Sebastián Estévez
Sebastián Estévez
Added a few components to support [astra-assistants](https://github.com/datastax/astra-assistants-api/tree/main), an open source implementation of OpenAI's assistants API that supports different LLM and embedding providers.
Update to use Components with inputs and outputs for compatibility with Text Output and Chat Output components. Apologies this didn't make it into the last PR. I also add support...
A few folks on discord have asked about the possibility of running `genesis` with open source or third party models. @VRSEN would you be okay if I implement this? I...
Here's a minimum reproducible example: ``` from fasthtml.fastapp import * app,rt = fast_app() @rt("/") def get(): return Div( Pre(Code("No spaces!"), data_prefix="1"), Pre(Code("No spaces!"), data_prefix="1"), ) serve() ``` ``` $ curl...
related to https://github.com/AnswerDotAI/fasthtml/issues/235
- Added an example ReAct test in test_cycles.py - Made some improvements to the Assistants components (new AssistantManager component that simplifies usage significantly, including dynamic tool usage). - Added SharedComponentCache...
My project uses RAFT brute force knn and I noticed a drop in precision when I upgraded to the latest RAFT. I moved to cuvs but still see cosine similarity...
Addresses https://github.com/VRSEN/agency-swarm/issues/160 Usage example (for claude but usage is similar for other providers): ANTHROPIC_API_KEY= agency-swarm genesis --model claude-3-5-sonnet-20240620 Or set your creds in `.env`