Skip to content

Commit 5fb3aaf

Browse files
committed
Update
1 parent 9119525 commit 5fb3aaf

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,8 @@ Here is an overview for our AI Agent Framework:
107107

108108
### Chunking
109109

110-
TODO: Add TraceRoot's specialized chunking.
111-
112110
### Explainability
113111

114-
TODO: Add TraceRoot's specialized explainability.
115-
116112
Please checkout the [README.md in the `rest/agent` directory](rest/agent/README.md) for more details.
117113

118114
## Installation
@@ -159,7 +155,7 @@ You also need to put your OpenAI API key in the integration page.
159155

160156
## SDK
161157

162-
Our platform is built on top of the TraceRoot SDK. You need to use our SDK to integrate with your applications by
158+
Our project is built on top of the TraceRoot SDK. You need to use our SDK to integrate with your applications by
163159

164160
```bash
165161
pip install traceroot==0.0.4a5

rest/agent/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
The TraceRoot Agent Framework is a framework for building agents that can interact with the TraceRoot platform with structured logging, tracing and source code data across different platforms. It can answer any questions related to the source code, tracing and logging data. It can also create related issues and PRs on GitHub. It has following benefits:
5+
The TraceRoot Agent Framework is a framework for building agents that can interact with the TraceRoot with structured logging, tracing and source code data across different platforms. It can answer any questions related to the source code, tracing and logging data. It can also create related issues and PRs on GitHub. It has following benefits:
66

77
1. High accuracy when answering questions related to the source code, tracing and logging data.
88
1. Least token or context usage.
@@ -32,12 +32,6 @@ For now it contains mainly five parts:
3232

3333
## Chunking
3434

35-
TODO: Add TraceRoot's specialized chunking.
36-
3735
## Explainability
3836

39-
TODO: Add TraceRoot's specialized explainability.
40-
4137
## Multi-Agent System
42-
43-
TODO: Add TraceRoot's specialized multi-agent framework.

0 commit comments

Comments
 (0)