LIHUA

Results 7 issues of LIHUA

### 🚀 The feature, motivation and pitch It’s time to design a logo ### Alternatives more ### Additional context _No response_

Context: Many computer science beginners struggle with syntax, debugging, and maintaining motivation when learning to code. Modern AI programming assistants (such as GitHub Copilot, Google Gemini Code Assist, Codex, Claude...

了解AI agents一个非常不错的选择 https://rdi.berkeley.edu/llm-agents/f24

## Summary This PR implements fine-grained token usage tracking for individual tool calls in ChatAgent, addressing issue #3219. ## Changes - Added `token_usage` field to `ToolCallingRecord` to store token usage...

Waiting for Update

Fixes #2775 where using async tools (like Crawl4AIToolkit.scrape) with synchronous agent.step() caused "TypeError: cannot pickle 'coroutine' object". This fix: - Detects coroutine results using inspect.iscoroutine() - Executes them synchronously with...

Waiting for Update

Fixes #8780 ## Summary Models with slashes in their IDs (e.g., \`deepseek-ai/DeepSeek-V3.2\`) were not working correctly with providers like abacus that use \`org/model\` naming conventions. The models would output raw...

## Summary Add user-configurable Kitty keyboard protocol setting to resolve keybind issues on different terminals. Users can now choose between "auto", "enabled", or "disabled" modes based on their terminal's capabilities....

needs:issue