chore: Spring AI 重构
This commit is contained in:
@@ -109,12 +109,12 @@ The pattern is universal. Only the capabilities change.
|
||||
- `references/agent-philosophy.md` - Deep dive into why agents work
|
||||
|
||||
**Implementation**:
|
||||
- `references/minimal-agent.py` - Complete working agent (~80 lines)
|
||||
- `references/tool-templates.py` - Capability definitions
|
||||
- `references/subagent-pattern.py` - Context isolation
|
||||
- `references/MinimalAgent.java` - Complete working agent (基于 Spring AI ChatClient)
|
||||
- `references/ToolTemplates.java` - Capability definitions (使用 `@Tool` 注解)
|
||||
- `references/SubagentPattern.java` - Context isolation
|
||||
|
||||
**Scaffolding**:
|
||||
- `scripts/init_agent.py` - Generate new agent projects
|
||||
- `scripts/init-agent.sh` - Generate new Spring Boot agent project via `mvn archetype:generate`
|
||||
|
||||
## The Agent Mindset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user