# 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` → `agentState` - `AgentTool` → `agentTool` - `AgentMessage` → `agentMessage` - `PendingMessageQueue` → `pendingMessageQueue` - `ActiveRun` → `activeRun` - `StreamFn` → `streamFn` - `ThinkingLevel` → `thinkingLevel` - `ToolExecutionMode` → `toolExecutionMode`