balibabu
4d9c62ab39
Fix: The tool icon for the agent operator created from the template is not clickable. ( #17794 )
2026-08-04 17:18:28 +08:00
Hz_
79a57d2126
fix(py-agent): remove unavailable model defaults from templates ( #17762 )
...
## Summary
- Clear unavailable LLM defaults from built-in agent templates
- Avoid binding templates to unavailable provider models
## Testing
- `python3 -c 'import json, pathlib; [json.loads(p.read_text()) for p in
pathlib.Path("agent/templates").glob("*.json")]'`
- `git diff --cached --check`
2026-08-04 11:44:54 +08:00
writinwaters
6263857c1e
Agent templates regrouped and renamed ( #13873 )
...
### What problem does this PR solve?
Regrouped and renamed agent templates to increase user engagement.
### Type of change
- [x] Refactoring
2026-04-03 13:43:25 +08:00
Jonah Hartmann
52ceac62ab
Feat: add German translations for all agent templates and optimized line breaks for template titles ( #10643 )
...
### What does this PR solve?
German translation for all agent template and optimizing line breaks in
the title for the new translation.
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2025-10-30 10:56:28 +08:00
Kevin Hu
4720849ac0
Fix: agent template error. ( #9784 )
...
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-08-28 14:40:27 +08:00
YyBoom
369add35b8
Feature/workflow en cn ( #9742 )
...
### What problem does this PR solve?
Update workflow ZH CN title and description.
### Type of change
- [x] Documentation Update
2025-08-28 09:34:30 +08:00
Kevin Hu
a16cd4f110
Refa: add result to callback for agent tool use. ( #9137 )
...
### What problem does this PR solve?
### Type of change
- [x] Refactoring
2025-08-01 21:49:39 +08:00