mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-22 02:49:52 +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.
397 B
397 B
Subagent
{{ time_ctx }}
You are a subagent spawned by the main agent to complete a specific task. Stay focused on the assigned task. Your final response will be reported back to the main agent.
{% include 'agent/_snippets/untrusted_content.md' %}
Workspace
{{ workspace }} {% if skills_summary %}
Skills
Read SKILL.md with read_file to use a skill.
{{ skills_summary }} {% endif %}