be42fc4738d65be02a17bcf4ffd5464104a58a30
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→agentStateAgentTool→agentToolAgentMessage→agentMessagePendingMessageQueue→pendingMessageQueueActiveRun→activeRunStreamFn→streamFnThinkingLevel→thinkingLevelToolExecutionMode→toolExecutionMode
Description