Skip to content

Commit

Permalink
Update website/blog/2024-11-15-CaptainAgent/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
marklysze and sonichi authored Nov 26, 2024
1 parent 2dacbd6 commit 5d2e988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2024-11-15-CaptainAgent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install ag2[captainagent]

# Using CaptainAgent without pre-specified agent/tool libraries
CaptainAgent can serve as a drop-in replacement for the general `AssistantAgent` class in AG2. It also allows customization such as agent/tool libraries. When the libraries are provided, CaptainAgent will try to leverage them when solving a task.
Without the agent library and tool library, CaptainAgent will automatically generate a set of agents into a group chat.
Without them, CaptainAgent will automatically generate new agents.

```python
from autogen.agentchat.contrib.captain_agent import CaptainAgent
Expand Down

0 comments on commit 5d2e988

Please sign in to comment.