Commit 107c74b
feat: v0.7.1 — fix builtin-tools metadata, add Agent::create() alias, modularize LLM/session/tools
### Features
- Add Agent::create() alias for cross-SDK consistency (Rust/Python/Node.js)
- Add comprehensive SDK examples: sdk_basic.rs (all 11 tools) and sdk_chat.rs (LLM streaming)
- Add integration test suite (21 tests covering config, agent, tools, metadata)
### Bug Fixes
- Fix builtin-tools.md: change backend type from binary/a3s-tools to builtin
- Fix resolve_backend() fallback: return Builtin instead of Script for builtin tools
### Refactoring
- Modularize LLM client into llm/ directory (anthropic, openai, http, types, factory)
- Modularize session into session/ directory (manager, compaction)
- Extract all 11 builtin tools into tools/builtin/ directory
- Add dedicated error.rs module
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0c2ebce commit 107c74b
44 files changed
Lines changed: 9883 additions & 4078 deletions
File tree
- .github
- core
- examples
- skills
- src
- hooks
- llm
- security
- session
- tools
- builtin
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments