Skip to content

Commit 1528e1c

Browse files
committed
docs: update roadmap
1 parent 2977ba8 commit 1528e1c

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

ROADMAP.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,16 @@ We're always welcome to integrations PRs:
1111

1212
## v0.0
1313

14-
Chore
15-
16-
- Telemetry:log detailed callings and latency
17-
1814
Prompt
1915

2016
- Prune prompts to lower cost, reduce thinking output
2117
- Optimize task agent prompt to better reserve conditions of tasks
2218
- Optimize experience agent prompt to act
2319

24-
Text Match
25-
26-
- Use `pg_trim` to support `grep` and `glob` in Disks
27-
- Use `pg_trim` to support keyword-matching `grep` and `glob` in Spaces
28-
2920
Session - Context Engineering
3021

3122
- Session - Count tokens
32-
- Session - message version control
3323
- Session - Context Compression based on Tasks
34-
- Session - Context Offloading based on Disks
3524

3625
Dashboard
3726

@@ -41,6 +30,14 @@ Core
4130

4231
- Fix bugs for long-handing MQ disconnection.
4332

33+
SDK: Design `agent` interface: `tool_pool`
34+
35+
- Offer tool_schema for openai/anthropic can directly operate artifacts
36+
37+
Chore
38+
39+
- Telemetry:log detailed callings and latency
40+
4441
## v0.1
4542

4643
Disk - more agentic interface
@@ -53,8 +50,18 @@ Disk - more agentic interface
5350
Space
5451

5552
- Space: export use_when as system prompt
53+
- Text Match
54+
55+
- Use `pg_trim` to support `grep` and `glob` in Disks
56+
- Use `pg_trim` to support keyword-matching `grep` and `glob` in Spaces
57+
5658
- Integrate Claude Skill
5759

5860
- Space: integrate Claude skill into Space
5961

6062
- Sandbox with Artifacts:Simple Code Sandbox
63+
64+
Session - Context Engineering
65+
66+
- Session - message version control
67+
- Session - Context Offloading based on Disks

0 commit comments

Comments
 (0)