Skip to content

Commit 043fcfb

Browse files
minchangweiweimch
authored andcommitted
docs: correct env setup for pip
1 parent 9a91b3e commit 043fcfb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Item | Details |
66
| ---------- | -------------------------------------------------------------------- |
77
| Name | tRPC-Agent-Python (`trpc-agent-py`) |
8-
| Version | **1.0.0** |
8+
| Version | **1.1.0** |
99
| Description | A production-grade agent framework developed by Tencent, supporting multiple model providers (including OpenAI, Anthropic, DeepSeek, and LiteLLM). It provides tool-calling capabilities, multi-agent orchestration, session and long-term memory management, RAG-based knowledge, and seamless deployment as a service via FastAPI. |
1010
| License | Apache-2.0 |
1111
| Repository | https://github.com/trpc-group/trpc-agent-python |

INSTALL.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| 项目 | 信息 |
66
| ---------- | -------------------------------------------------------------------- |
77
| 名称 | tRPC-Agent-Python (`trpc-agent-py`) |
8-
| 版本 | **1.0.0** |
8+
| 版本 | **1.1.0** |
99
| 描述 | 腾讯开源的生产级 Agent 框架,支持多模型(OpenAI / Anthropic / DeepSeek / LiteLLM)、工具调用、多 Agent 编排、会话与长期记忆、知识库(RAG)、FastAPI 服务部署 |
1010
| 许可证 | Apache-2.0 |
1111
| 仓库地址 | https://github.com/trpc-group/trpc-agent-python |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pip install trpc-agent-py
8484
Install optional capabilities as needed:
8585

8686
```bash
87-
pip3 install -e 'trpc-agent-py[a2a,ag-ui,knowledge,agent-claude,mem0,langfuse]'
87+
pip install trpc-agent-py[a2a,ag-ui,knowledge,agent-claude,mem0,langfuse]
8888
```
8989

9090
### Develop Weather Agent

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pip install trpc-agent-py
8484
按需安装扩展能力:
8585

8686
```bash
87-
pip3 install -e 'trpc-agent-py[a2a,ag-ui,knowledge,agent-claude,mem0,langfuse]'
87+
pip install trpc-agent-py[a2a,ag-ui,knowledge,agent-claude,mem0,langfuse]
8888
```
8989

9090

0 commit comments

Comments
 (0)