langflow icon indicating copy to clipboard operation
langflow copied to clipboard

Feat: ReAct

Open phact opened this issue 4 months ago • 1 comments

  • 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.

phact avatar Oct 03 '24 05:10 phact