feat(templates): add context injection templates (Paperclip heartbeat pattern)
This commit is contained in:
parent
dac8b1336d
commit
9b2012a3ba
2 changed files with 39 additions and 0 deletions
24
scripts/templates/heartbeat/context-packet.md
Normal file
24
scripts/templates/heartbeat/context-packet.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Context Packet: {{AGENT_NAME}}
|
||||
Generated: {{TIMESTAMP}}
|
||||
|
||||
## Identity
|
||||
{{AGENT_IDENTITY}}
|
||||
|
||||
## Current Goals
|
||||
{{ACTIVE_GOALS}}
|
||||
|
||||
## Memory State
|
||||
{{MEMORY_SUMMARY}}
|
||||
|
||||
## Task Queue
|
||||
{{PENDING_TASKS}}
|
||||
|
||||
## Recent Events (last 24h)
|
||||
{{RECENT_EVENTS}}
|
||||
|
||||
## Wake Reason
|
||||
{{WAKE_REASON}}
|
||||
|
||||
## Budget Status
|
||||
Spent: {{BUDGET_SPENT}} / {{BUDGET_LIMIT}} ({{BUDGET_PERCENT}}%)
|
||||
{{BUDGET_WARNING}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue