4cb01c71bb9cfecaa9ff0c995cd7eb7639f8279b
YiemAgent
TODO
- [WORKING] 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→agentStateAgentTool→agentToolAgentMessage→agentMessagePendingMessageQueue→pendingMessageQueueActiveRun→activeRunStreamFn→streamFnThinkingLevel→thinkingLevelToolExecutionMode→toolExecutionMode
Description