Skip to content

Commit

Permalink
Changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed May 7, 2024
1 parent 4101cb9 commit dbdea98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/slimy-forks-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@statelyai/agent': patch
---

Reduces API to one function: `createAgent(…)`. This creates an agent that:

- Is actor logic for an agent that makes decisions based on a goal
- Has `.fromText(…)` and `.fromTextStream(…)` helpers
- Wraps the [`ai`](https://sdk.vercel.ai/docs) library

0 comments on commit dbdea98

Please sign in to comment.