mrseanryan / gpt-multi-atomic-agents

A simple dynamic multi-agent framework based on atomic-agents, Instructor and Pydantic.
https://medium.com/@mr.sean.ryan/multi-llm-based-agent-collaboration-via-dynamic-router-and-graphql-handle-composite-prompts-with-83e16a22a1cb
MIT License
2 stars 0 forks source link

Send filtered memory to agent #8

Open mrseanryan opened 1 week ago

mrseanryan commented 1 week ago

When building agent, also set its memory.

memory needs to be filtered to relevant messages.

mrseanryan commented 3 days ago

how to include output of other agents, without affecting quality?