This commit is contained in:
2026-08-01 21:46:38 +07:00
parent 7c4e84ba93
commit be42fc4738
+23 -7
View File
@@ -1,7 +1,23 @@
version 0.1.0
TODO:
[WORKING] build MCTS() for planning
[] executeplan() to execute the plan
Change from version: 0.0.9
-
# YiemAgent
## TODO
- [ ] build prompt()
- [ ] build agent runLoop()
- [ ] build MCP server connector
- [ ] executeplan() to execute the plan
- [ ] add comprehensive tests
## Changelog
### Version 0.8.0
- Converted snake_case fields to camelCase:
- `llmModel`: `base_url``baseUrl`, `context_window``contextWindow`, `max_tokens``maxTokens`
- Converted PascalCase type references to camelCase:
- `AgentState``agentState`
- `AgentTool``agentTool`
- `AgentMessage``agentMessage`
- `PendingMessageQueue``pendingMessageQueue`
- `ActiveRun``activeRun`
- `StreamFn``streamFn`
- `ThinkingLevel``thinkingLevel`
- `ToolExecutionMode``toolExecutionMode`