langflow
langflow copied to clipboard
Feat: ReAct
- 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 and SharedComponentCache service that uses ThreadedInMemoryCache
- Added a new ComponentWithCache to streamline usage of the new cache for things like caching connections / client objects across components. This means all the instances of all the assistants components will use the same OpenAI client.