autogen/python/packages
Victor Dibia cd085e6b89
Improve custom agentchat agent docs with model clients (gemini example) and serialization (#5468)
This PR improves documentation on custom agents 

- Shows example on how to create a custom agent that directly uses a
model client. In this case an example of a GeminiAssistantAgent that
directly uses the Gemini SDK model client.
- Shows that that CustomAgent can be easily added to any agentchat team 
- Shows how the same CustomAgent can be made declarative by inheriting
the Component interface and implementing the required methods.

Closes #5450
2025-02-10 16:29:43 -08:00
..
agbench Significant updates to agbench. (#5313) 2025-02-07 18:01:44 +00:00
autogen-agentchat Update version to 0.4.6 (#5477) 2025-02-10 11:22:23 -08:00
autogen-core Improve custom agentchat agent docs with model clients (gemini example) and serialization (#5468) 2025-02-10 16:29:43 -08:00
autogen-ext Improve custom agentchat agent docs with model clients (gemini example) and serialization (#5468) 2025-02-10 16:29:43 -08:00
autogen-magentic-one doc: improve m1 docs, remove duplicates (#5460) 2025-02-10 05:40:02 +00:00
autogen-studio Add notes on api key and modifying specifications in AGS (#5466) 2025-02-09 14:46:07 -08:00
autogen-test-utils Use caching to run tests and report coverage (#5086) 2025-01-17 14:32:18 +00:00
component-schema-gen Use caching to run tests and report coverage (#5086) 2025-01-17 14:32:18 +00:00
magentic-one-cli M1 docker (#5437) 2025-02-07 20:08:28 +00:00