agent
agent copied to clipboard
Create state-machine-powered LLM agents using XState
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Create a ollama-js adapter to have the option to use ollama instead of OpenAI. If you are not working on this I might give it a go.
Go into either `examples-ui/joke` or `examples-ui/ticTacToe` and run `pnpm run dev`
Adding a ollama adapter using https://github.com/ollama/ollama-js . It is important to notice that ollama does not support tools/function calling, so the methods using those won't work as expected. At the...
Hi It would be great to have langchain js integrated, to allow other models, and especially to have multiple LLMs as actors having a group conversation.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Hi there 👋, First, thank you for creating this amazing library! I encountered an error when using the `fromTextStream` function. Here’s the stack trace: ``` TypeError: Cannot read properties of...
Hello! 👋 Thank you so much for all the work on this library ❤️ Is it possible to support structured outputs based on the zod schema? https://openai.com/index/introducing-structured-outputs-in-the-api/ Right now, I'm...