JSPM

  • Created
  • Published
  • Downloads 1600
  • Score
    100M100P100Q112940F
  • License MIT

Package Exports

  • @statelyai/agent
  • @statelyai/agent/dist/index.js
  • @statelyai/agent/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@statelyai/agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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
  • 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 to easily support multiple model providers, such as OpenAI, Anthropic, Google, Mistral, Groq, Perplexity, and more

Documentation coming soon