-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
619a67e
commit 0c08d11
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# 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) | ||
- Incorporating **observations**, **message history**, and **feedback** to the agent decision-making and text-generation processes, as needed | ||
- 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) |