system-prompts-and-models-o.../Open Source prompts/OpenHands/microagent_info.j2
Claude d53e1887bd
Add OpenHands Jinja2 prompt templates from source
Additional prompt templates fetched from the OpenHands repo including
system_prompt, security_risk_assessment, in_context_learning examples,
microagent prompts, and variant modes (interactive, long_horizon, tech_philosophy).

https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
2026-03-30 09:26:26 +00:00

9 lines
261 B
Django/Jinja

{% for agent_info in triggered_agents %}
<EXTRA_INFO>
The following information has been included based on a keyword match for "{{ agent_info.trigger }}".
It may or may not be relevant to the user's request.
{{ agent_info.content }}
</EXTRA_INFO>
{% endfor %}