|
1 | | -# Change Log |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [1.0.0](https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.0.0) (2026-04-06) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* Unified Agent framework with `LlmAgent`, `LangGraphAgent` and `TransferAgent` |
| 8 | +* Multi-agent orchestration with built-in `Chain`, `Parallel`, and `Cycle` patterns, plus Team and nested Team collaboration |
| 9 | +* Human-in-the-loop workflows with pause, review, and resume support for long-running tasks |
| 10 | +* Rich tool ecosystem including built-in file/shell tools, MCP tools, LangChain tools, and extensible third-party integrations |
| 11 | +* Extensible Skill system with local and HTTP distribution, dynamic loading, timeout control, and sandbox execution |
| 12 | +* Code execution support with async runtime and sandbox/container execution options |
| 13 | +* Session and memory services with in-memory, Redis, and SQL backends, including filtering, summarization, and scheduled cleanup |
| 14 | +* RAG and knowledge capabilities through `LangchainKnowledge` with loaders, splitters, embedders, vector stores, retrievers, and prompt templates |
| 15 | +* Evaluation framework with trajectory and response quality assessment, LLM-judge metrics, parallel evaluation, and JSON reporting |
| 16 | +* Service and protocol integrations for A2A, AG-UI, and OpenClaw runtime scenarios |
| 17 | +* OpenClaw runtime capabilities for gateway/chat/ui/deps workflows with pluggable channels, tools, skills, session and memory integration |
| 18 | +* OpenClaw skill dependency management with profile-based inspection and install planning for common runtime environments |
| 19 | +* Observability via tracing support, including end-to-end execution flow, tool-call traces, and cancellation traces |
| 20 | +* Developer experience support with practical examples and DebugServer for local development and validation |
0 commit comments