Memory and state in AI agents
Friday, September 20, 2024
Do you need a multiagent setup or just an LLM-calling tool?
Thursday, August 29, 2024
Is your LLM-related task too complex to fit nicely into a single prompt (almost all real-world tasks are)? Is it not linear enough to implement as a simple pipeline (for example, does it need a validate-retry loop, which many real-world tasks do)? Does this mean you have to go multi-agent?
Is tool-calling all you need?Interaction patterns in multi-agent systems
Thursday, August 22, 2024
Part IV: MotleyСrew design choices
Is tool-calling all you need?Interaction patterns in multi-agent systems
Monday, August 19, 2024
Part III: Existing Agent Orchestration methods dissimilar to agents-as-tools
Search