Skip to content

Commit 1263169

Browse files
committed
Update client list with AgentAI library
1 parent 9b15ff9 commit 1263169

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/clients.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This page provides an overview of applications that support the Model Context Pr
1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
1212
| [5ire][5ire] |||||| Supports tools. |
13+
| [AgentAI][AgentAI] |||||| Agent Library written in Rust with tools support |
1314
| [Amazon Q CLI][Amazon Q CLI] |||||| Supports prompts and tools. |
1415
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
1516
| [BeeAI Framework][BeeAI Framework] |||||| Supports tools in agentic workflows. |
@@ -55,6 +56,7 @@ This page provides an overview of applications that support the Model Context Pr
5556
| [Zed][Zed] |||||| Prompts appear as slash commands |
5657

5758
[5ire]: https://github.com/nanbingxyz/5ire
59+
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
5860
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
5961
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
6062
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
@@ -114,6 +116,17 @@ This page provides an overview of applications that support the Model Context Pr
114116
- It is open-source and user-friendly, suitable for beginners.
115117
- Future support for MCP will be continuously improved.
116118

119+
### AgentAI
120+
121+
[AgentAI](https://github.com/AdamStrojek/rust-agentai) is a Rust library designed to simplify the creation of AI agents. The library includes seamless integration with MCP Servers.
122+
123+
[Example of MCP Server integration](https://github.com/AdamStrojek/rust-agentai/blob/master/examples/tools_mcp.rs)
124+
125+
**Key features:**
126+
- Multi-LLM – We support most LLM APIs (OpenAI, Anthropic, Gemini, Ollama, and all OpenAI API Compatible).
127+
- Built-in support for MCP Servers.
128+
- Create agentic flows in a type- and memory-safe language like Rust.
129+
117130
### Amazon Q CLI
118131
[Amazon Q CLI](https://github.com/aws/amazon-q-developer-cli) is an open-source, agentic coding assistant for terminals.
119132

0 commit comments

Comments
 (0)