From 0c08d11ff8a310d7f880f97fad4a1f3fbe842a28 Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Wed, 17 Jul 2024 08:47:14 -0500 Subject: [PATCH] Update readme.md --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e69f559..00b01fb 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,5 @@ # Stately Agent -> [!WARNING] -> Alpha software! Not ready for production yet. - Stately Agent is a flexible framework for building AI agents using state machines. Stately agents go beyond normal LLM-based AI agents by: - Using state machines to guide the agent's behavior, powered by [XState](https://stately.ai/docs/xstate) @@ -10,4 +7,4 @@ Stately Agent is a flexible framework for building AI agents using state machine - Enabling custom **planning** abilities for agents to achieve specific goals based on state machine logic, observations, and feedback - Wrapping the [Vercel AI SDK](https://sdk.vercel.ai/) to easily support multiple model providers, such as OpenAI, Anthropic, Google, Mistral, Groq, Perplexity, and more -_Documentation coming soon_ +**Read the documentation: [stately.ai/docs/agents](https://stately.ai/docs/agents)