@@ -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-
1814Prompt
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-
2920Session - 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
3625Dashboard
3726
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
4643Disk - more agentic interface
@@ -53,8 +50,18 @@ Disk - more agentic interface
5350Space
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