autogen_ext.agents.magentic_one#
- class MagenticOneCoderAgent(name: str, model_client: ChatCompletionClient)[source]#
- Bases: - AssistantAgent- An agent, used by MagenticOne that provides coding assistance using an LLM model client. - The prompts and description are sealed, to replicate the original MagenticOne configuration. See AssistantAgent if you wish to modify these values.