AutoGen Framework

From GM-RKB
(Redirected from AutoGen System)
Jump to navigation Jump to search

An AutoGen Framework is an open-source multi-agent programming framework by Microsoft Research.



References

2024-12-05

[1] https://www.acorn.io/resources/learning-center/ai-agent-frameworks/
[2] https://blog.dataiku.com/open-source-frameworks-for-llm-powered-agents
[3] https://www.restack.io/p/open-source-ai-agent-frameworks-comparison-answer-top-python-libraries-for-ai-agents-cat-ai
[4] https://www.helicone.ai/blog/ai-agent-builders
[5] https://www.chatbase.co/blog/ai-agent-frameworks
[6] https://getstream.io/blog/multiagent-ai-frameworks/
[7] https://dev.to/thenomadevel/top-5-frameworks-for-building-ai-agents-in-2024-g2m
[8] https://smythos.com/ai-agents/ai-agents-and-tool-usage/ai-agent-frameworks/
[9] https://docs.pydantic.dev/latest/
[10] https://github.com/pydantic/pydantic-ai/blob/main/README.md
[11] https://hackernoon.com/pydantic-what-it-is-and-why-its-useful
[12] https://pydantic.dev/articles/llm-intro
[13] https://www.pickl.ai/blog/langchain/
[14] https://www.projectpro.io/article/langchain/894
[15] https://datasciencedojo.com/blog/what-is-langchain/
[16] https://www.ibm.com/topics/langchain
[17] https://skimai.com/what-is-autogen-our-full-guide-to-the-autogen-multi-agent-platform/
[18] https://browsee.io/blog/autogen-ai-agents-framework/
[19] https://www.galileo.ai/blog/mastering-agents-langgraph-vs-autogen-vs-crew
[20] https://newsletter.victordibia.com/p/getting-started-with-autogen-a-framework

2023

  • GBard
    • It provides a multi-agent conversation framework to simplify orchestrating complex LLM workflows.
    • It enables building applications using multiple conversational agents that can interact with each other and humans to solve tasks.
    • It includes prebuilt examples spanning different domains and complexities to demonstrate capabilities.
    • It offers customizable, conversational agents and seamless human participation.
    • It offers drop-in enhanced inference APIs to improve LLM performance, handle errors, optimize cost etc.
    • It is open source and developed through collaboration between Microsoft, Penn State, and University of Washington.
    • It can have features such as: agent conversations, inference optimization, and easy application development.

2023