mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-20 08:32:25 +00:00
- Added Jinja2 template support for various agent responses, including identity, skills, and memory consolidation. - Introduced new templates for evaluating notifications, handling subagent announcements, and managing platform policies. - Updated the agent context and memory modules to utilize the new templating system for improved readability and maintainability. - Added a new dependency on Jinja2 in pyproject.toml.
9 lines
216 B
Markdown
9 lines
216 B
Markdown
[Subagent '{{ label }}' {{ status_text }}]
|
|
|
|
Task: {{ task }}
|
|
|
|
Result:
|
|
{{ result }}
|
|
|
|
Summarize this naturally for the user. Keep it brief (1-2 sentences). Do not mention technical details like "subagent" or task IDs.
|