You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README.md and README.zh_CN.md to include trpc-claw usage and quick start instructions (#30)
- Added sections for trpc-claw, detailing its capabilities and usage for building OpenClaw-like personal AI agents.
- Updated installation instructions and environment variable setup.
- Enhanced examples for running the agent and clarified usage in both English and Chinese documentation.
Co-authored-by: minchangwei <minchangwei@tencent.com>
-**Serving and observability**: Expose HTTP / A2A / AG-UI services through FastAPI, with built-in OpenTelemetry tracing.
28
+
-**trpc-claw (OpenClaw-like personal agent)**: Built on [nanobot](https://github.com/HKUDS/nanobot), tRPC-Agent ships trpc-claw so you can quickly build an OpenClaw-like personal AI agent with Telegram, WeCom, and other channel support.
28
29
29
30
## Use Cases
30
31
@@ -38,6 +39,7 @@ tRPC-Agent-Python provides an end-to-end foundation for agent building, orchestr
38
39
- Unified gateway access and protocol conversion
39
40
- Component-based workflow orchestration using `GraphAgent`
40
41
- Reusing existing LangGraph workflows in this runtime
42
+
- Build an OpenClaw-like personal AI agent quickly with trpc-claw
41
43
42
44
## Table of Contents
43
45
@@ -46,6 +48,7 @@ tRPC-Agent-Python provides an end-to-end foundation for agent building, orchestr
46
48
-[Use Cases](#use-cases)
47
49
-[Table of Contents](#table-of-contents)
48
50
-[Quick Start](#quick-start)
51
+
-[trpc-claw Usage](#trpc-claw-usage)
49
52
-[Documentation](#documentation)
50
53
-[Examples](#examples)
51
54
-[1. Getting Started and Basic Agents](#1-getting-started-and-basic-agents)
@@ -74,16 +77,6 @@ tRPC-Agent-Python provides an end-to-end foundation for agent building, orchestr
tRPC-Agent ships trpc-claw (`trpc_agent_cmd openclaw`), built on [nanobot](https://github.com/HKUDS/nanobot), so you can quickly build an OpenClaw-like personal AI agent. Start it with a single command and it runs 24/7 — chat through Telegram, WeCom, or any other IM, or use it locally via CLI / UI.
160
+
161
+
For full configuration and advanced features, see: [openclaw.md](./docs/mkdocs/en/openclaw.md)
0 commit comments