#1045 · Primary category: AI Agents & Automation

agentchain

artificial-intelligence blip langchain llm machine-learning multimodal nlproc stable-diffusion whisper

Chain together LLMs for reasoning & orchestrate multiple large models for accomplishing complex tasks

Project last updated:04/11/23

GitHub Stars

611

Forks

55

Contributors

14

License

MIT

Why we included this project

AgentChain lets a large language model act as the planner for multi-step tasks, deciding which specialized agents or models to call and in what order. You describe a goal in natural language and the chain handles the handoffs, so you are not wiring a single monolithic prompt. It is fully multimodal, accepting text, image, audio, and tabular data as input and output, which fits pipelines that mix vision, speech, and language work. The codebase is compact and readable, a useful reference for how hierarchical tool composition can be structured, and adding custom agents for project-specific needs is straightforward.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category