Skip to content

Commit

Permalink
Merge pull request #42 from ag2ai/docs
Browse files Browse the repository at this point in the history
Fix broken link and author list of CaptainAgent
  • Loading branch information
LeoLjl authored Nov 19, 2024
2 parents 4f0150d + cb38f4a commit 4d179c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-11-15-CaptainAgent/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Introducing CaptainAgent for Adaptive Team Building"
authors:
- LinxinS97
- jialeliu
- LinxinS97
- jieyuz2
tags: [LLM, GPT, AutoBuild]
---
Expand Down Expand Up @@ -69,7 +69,7 @@ result = user_proxy.initiate_chat(captain_agent, message=query)

# Using CaptainAgent with pre-specified agent/tool libraries
To use CaptainAgent with pre-specified agent/tool libraries, we just need to specify the path to the agent library and tool library. The two libraries are independent, so you can choose to use one of the libraries or both.
The tool library we provide requires subscribing to specific APIs, please refer to the [docs](https://ag2ai.github.io/ag2/docs/topics/captainagent) for details. The following example does not necessarily require tool usage, so it's fine if you are subscribing to them.
The tool library we provide requires subscribing to specific APIs, please refer to the [docs](https://ag2ai.github.io/ag2/docs/topics/captainagent/tool_library) for details. The following example does not necessarily require tool usage, so it's fine if you are subscribing to them.

To use agents from an agent library, you just need to specify a `library_path` sub-field or a `autobuild_tool_config` field in CaptainAgent's configuration.

Expand Down

0 comments on commit 4d179c4

Please sign in to comment.