Skip to content

0.1.156

Compare
Choose a tag to compare
@pchalasani pchalasani released this 04 Jan 23:42
· 418 commits to main since this release
  • New Task control signals: PASS_TO, SEND_TO (in addition to the existing PASS, DONE)
    • PASS_TO: => send current pending message to
    • SEND_TO: => send to
      (Tests coming soon)
  • Agent: tool_messages are now inserted into ChatDocument as soon as they are identified
  • VectorStore: compute_from_docs method to compute a
    pandas-expression on documents
  • LanceRagTaskCreator: creates a
    3-agent RAG system consisting of: QueryPlanner, QueryPlanCritic, LanceRAGAgent.
    This illustrates a fairly complex 3-agent workflow and is a good reference.