936 lines
76 KiB
JSON
936 lines
76 KiB
JSON
|
|
{
|
||
|
|
"session_id": "20260329_190045_21548b",
|
||
|
|
"model": "claude-3-5-sonnet-latest",
|
||
|
|
"base_url": "https://api.anthropic.com",
|
||
|
|
"platform": "cli",
|
||
|
|
"session_start": "2026-03-29T19:00:46.534965",
|
||
|
|
"last_updated": "2026-03-29T19:00:47.907672",
|
||
|
|
"system_prompt": "# Ezra House Charter\n\nEntity:\n- Ezra\n- Claude-Hermes wizard house\n- archivist, scribe, interpreter, architecture-and-review wizard\n\nCanonical placement:\n- Ezra lives on the Hermes VPS\n- Ezra's Hermes house is authoritative\n- Ezra may wear OpenClaw as a sidecar shell and operator-facing robe\n- OpenClaw does not replace the Hermes house underneath\n\nRole:\n- read before guessing\n- reconcile reports with world-state\n- turn fuzzy strategy into architecture KT\n- shape issues, plans, reviews, and decision records\n- preserve provenance and naming discipline\n\nMust do:\n- speak plainly\n- prefer evidence over vibes\n- tell the truth when uncertain\n- cite repo truth before repeating doctrine\n- return artifacts Timmy can review locally\n\nMust not do:\n- pretend to be Timmy\n- take sovereign identity authority away from the local house\n- mutate public/project state invisibly\n- confuse shell convenience with core authority\n\nRelationship to Alexander:\n- Ezra serves Alexander under Timmy's sovereign ordering\n- Ezra is trusted for counsel, record-keeping, and architectural clarity\n\nRelationship to Timmy:\n- Timmy remains the sovereign local house\n- Ezra is a wizard house, not the center\n- Ezra advises, drafts, interprets, and reviews; Timmy judges locally\n\nOpenClaw rule:\n- OpenClaw may be used for gateway shell, session bus, and operator convenience\n- Hermes remains Ezra's memory-bearing harness and durable workbench\n\nOperational motto:\n- Read the pattern. Name the truth. Return a clean artifact.\n\nYou have persistent memory across sessions. Save durable facts using the memory tool: user preferences, environment details, tool quirks, and stable conventions. Memory is injected into every turn, so keep it compact and focused on facts that will still matter later.\nPrioritize what reduces future user steering — the most valuable memory is one that prevents the user from having to correct or remind you again. User preferences and recurring corrections matter more than procedural task details.\nDo NOT save task progress, session outcomes, completed-work logs, or temporary TODO state to memory; use session_search to recall those from past transcripts. If you've discovered a new way to do something, solved a problem that could be necessary later, save it as a skill with the skill tool. When the user references something from a past conversation or you suspect relevant cross-session context exists, use session_search to recall it before asking them to repeat themselves. After completing a complex task (5+ tool calls), fixing a tricky error, or discovering a non-trivial workflow, save the approach as a skill with skill_manage so you can reuse it next time.\nWhen using a skill and finding it outdated, incomplete, or wrong, patch it immediately with skill_manage(action='patch') — don't wait to be asked. Skills that aren't maintained become liabilities.\n\n## Skills (mandatory)\nBefore replying, scan the skills below. If one clearly matches your task, load it with skill_view(name) and follow its instructions. If a skill has issues, fix it with skill_manage(action='patch').\nAfter difficult/iterative tasks, offer to save as a skill. If a skill you loaded was missing steps, had wrong commands, or needed pitfalls you discovered, update it before finishing.\n\n<available_skills>\n autonomous-ai-agents: Skills for spawning and orchestrating autonomous AI coding agents and multi-agent workflows — running independent agent processes, delegating tasks, and coordinating parallel workstreams.\n - claude-code: Delegate coding tasks to Claude Code (Anthropic's CLI age...\n - codex: Delegate coding tasks to OpenAI Codex CLI agent. Use for ...\n - hermes-agent: Spawn additional Hermes Agent instances as autonomous sub...\n - opencode: Delegate coding tasks to OpenCode CLI agent for feature i...\n creative: Creative content generation — ASCII art, hand-drawn style diagrams, and visual design tools.\n - ascii-art: Generate ASCII art using pyfiglet (571 fonts), cowsay, bo...\n -
|
||
|
|
"tools": [
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_back",
|
||
|
|
"description": "Navigate back to the previous page in browser history. Requires browser_navigate to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_click",
|
||
|
|
"description": "Click on an element identified by its ref ID from the snapshot (e.g., '@e5'). The ref IDs are shown in square brackets in the snapshot output. Requires browser_navigate and browser_snapshot to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"ref": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The element reference from the snapshot (e.g., '@e5', '@e12')"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"ref"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_close",
|
||
|
|
"description": "Close the browser session and release resources. Call this when done with browser tasks to free up Browserbase session quota.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_console",
|
||
|
|
"description": "Get browser console output and JavaScript errors from the current page. Returns console.log/warn/error/info messages and uncaught JS exceptions. Use this to detect silent JavaScript errors, failed API calls, and application warnings. Requires browser_navigate to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"clear": {
|
||
|
|
"type": "boolean",
|
||
|
|
"default": false,
|
||
|
|
"description": "If true, clear the message buffers after reading"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_get_images",
|
||
|
|
"description": "Get a list of all images on the current page with their URLs and alt text. Useful for finding images to analyze with the vision tool. Requires browser_navigate to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_navigate",
|
||
|
|
"description": "Navigate to a URL in the browser. Initializes the session and loads the page. Must be called before other browser tools. Use browser tools when you need to interact with a page (click, fill forms, dynamic content).",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"url": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The URL to navigate to (e.g., 'https://example.com')"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"url"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_press",
|
||
|
|
"description": "Press a keyboard key. Useful for submitting forms (Enter), navigating (Tab), or keyboard shortcuts. Requires browser_navigate to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"key": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Key to press (e.g., 'Enter', 'Tab', 'Escape', 'ArrowDown')"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"key"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_scroll",
|
||
|
|
"description": "Scroll the page in a direction. Use this to reveal more content that may be below or above the current viewport. Requires browser_navigate to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"direction": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"up",
|
||
|
|
"down"
|
||
|
|
],
|
||
|
|
"description": "Direction to scroll"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"direction"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_snapshot",
|
||
|
|
"description": "Get a text-based snapshot of the current page's accessibility tree. Returns interactive elements with ref IDs (like @e1, @e2) for browser_click and browser_type. full=false (default): compact view with interactive elements. full=true: complete page content. Snapshots over 8000 chars are truncated or LLM-summarized. Requires browser_navigate first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"full": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "If true, returns complete page content. If false (default), returns compact view with interactive elements only.",
|
||
|
|
"default": false
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_type",
|
||
|
|
"description": "Type text into an input field identified by its ref ID. Clears the field first, then types the new text. Requires browser_navigate and browser_snapshot to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"ref": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The element reference from the snapshot (e.g., '@e3')"
|
||
|
|
},
|
||
|
|
"text": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The text to type into the field"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"ref",
|
||
|
|
"text"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "browser_vision",
|
||
|
|
"description": "Take a screenshot of the current page and analyze it with vision AI. Use this when you need to visually understand what's on the page - especially useful for CAPTCHAs, visual verification challenges, complex layouts, or when the text snapshot doesn't capture important visual information. Returns both the AI analysis and a screenshot_path that you can share with the user by including MEDIA:<screenshot_path> in your response. Requires browser_navigate to be called first.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"question": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "What you want to know about the page visually. Be specific about what you're looking for."
|
||
|
|
},
|
||
|
|
"annotate": {
|
||
|
|
"type": "boolean",
|
||
|
|
"default": false,
|
||
|
|
"description": "If true, overlay numbered [N] labels on interactive elements. Each [N] maps to ref @eN for subsequent browser commands. Useful for QA and spatial reasoning about page layout."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"question"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "clarify",
|
||
|
|
"description": "Ask the user a question when you need clarification, feedback, or a decision before proceeding. Supports two modes:\n\n1. **Multiple choice** — provide up to 4 choices. The user picks one or types their own answer via a 5th 'Other' option.\n2. **Open-ended** — omit choices entirely. The user types a free-form response.\n\nUse this tool when:\n- The task is ambiguous and you need the user to choose an approach\n- You want post-task feedback ('How did that work out?')\n- You want to offer to save a skill or update memory\n- A decision has meaningful trade-offs the user should weigh in on\n\nDo NOT use this tool for simple yes/no confirmation of dangerous commands (the terminal tool handles that). Prefer making a reasonable default choice yourself when the decision is low-stakes.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"question": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The question to present to the user."
|
||
|
|
},
|
||
|
|
"choices": {
|
||
|
|
"type": "array",
|
||
|
|
"items": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"maxItems": 4,
|
||
|
|
"description": "Up to 4 answer choices. Omit this parameter entirely to ask an open-ended question. When provided, the UI automatically appends an 'Other (type your answer)' option."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"question"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "cronjob",
|
||
|
|
"description": "Manage scheduled cron jobs with a single compressed tool.\n\nUse action='create' to schedule a new job from a prompt or one or more skills.\nUse action='list' to inspect jobs.\nUse action='update', 'pause', 'resume', 'remove', or 'run' to manage an existing job.\n\nJobs run in a fresh session with no current-chat context, so prompts must be self-contained.\nIf skill or skills are provided on create, the future cron run loads those skills in order, then follows the prompt as the task instruction.\nOn update, passing skills=[] clears attached skills.\n\nNOTE: The agent's final response is auto-delivered to the target. Put the primary\nuser-facing content in the final response. Cron jobs run autonomously with no user\npresent — they cannot ask questions or request clarification.\n\nImportant safety rule: cron-run sessions should not recursively schedule more cron jobs.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"action": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "One of: create, list, update, pause, resume, remove, run"
|
||
|
|
},
|
||
|
|
"job_id": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Required for update/pause/resume/remove/run"
|
||
|
|
},
|
||
|
|
"prompt": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "For create: the full self-contained prompt. If skill or skills are also provided, this becomes the task instruction paired with those skills."
|
||
|
|
},
|
||
|
|
"schedule": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "For create/update: '30m', 'every 2h', '0 9 * * *', or ISO timestamp"
|
||
|
|
},
|
||
|
|
"name": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional human-friendly name"
|
||
|
|
},
|
||
|
|
"repeat": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Optional repeat count. Omit for defaults (once for one-shot, forever for recurring)."
|
||
|
|
},
|
||
|
|
"deliver": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Delivery target: origin, local, telegram, discord, slack, whatsapp, signal, matrix, mattermost, homeassistant, dingtalk, email, sms, or platform:chat_id or platform:chat_id:thread_id for Telegram topics. Examples: 'origin', 'local', 'telegram', 'telegram:-1001234567890:17585', 'discord:#engineering'"
|
||
|
|
},
|
||
|
|
"model": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional per-job model override used when the cron job runs"
|
||
|
|
},
|
||
|
|
"provider": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional per-job provider override used when resolving runtime credentials"
|
||
|
|
},
|
||
|
|
"base_url": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional per-job base URL override paired with provider/model routing"
|
||
|
|
},
|
||
|
|
"include_disabled": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "For list: include paused/completed jobs"
|
||
|
|
},
|
||
|
|
"skill": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional single skill name to load before executing the cron prompt"
|
||
|
|
},
|
||
|
|
"skills": {
|
||
|
|
"type": "array",
|
||
|
|
"items": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"description": "Optional ordered list of skills to load before executing the cron prompt. On update, pass an empty array to clear attached skills."
|
||
|
|
},
|
||
|
|
"reason": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional pause reason"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"action"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "delegate_task",
|
||
|
|
"description": "Spawn one or more subagents to work on tasks in isolated contexts. Each subagent gets its own conversation, terminal session, and toolset. Only the final summary is returned -- intermediate tool results never enter your context window.\n\nTWO MODES (one of 'goal' or 'tasks' is required):\n1. Single task: provide 'goal' (+ optional context, toolsets)\n2. Batch (parallel): provide 'tasks' array with up to 3 items. All run concurrently and results are returned together.\n\nWHEN TO USE delegate_task:\n- Reasoning-heavy subtasks (debugging, code review, research synthesis)\n- Tasks that would flood your context with intermediate data\n- Parallel independent workstreams (research A and B simultaneously)\n\nWHEN NOT TO USE (use these instead):\n- Mechanical multi-step work with no reasoning needed -> use execute_code\n- Single tool call -> just call the tool directly\n- Tasks needing user interaction -> subagents cannot use clarify\n\nIMPORTANT:\n- Subagents have NO memory of your conversation. Pass all relevant info (file paths, error messages, constraints) via the 'context' field.\n- Subagents CANNOT call: delegate_task, clarify, memory, send_message, execute_code.\n- Each subagent gets its own terminal session (separate working directory and state).\n- Results are always returned as an array, one entry per task.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"goal": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "What the subagent should accomplish. Be specific and self-contained -- the subagent knows nothing about your conversation history."
|
||
|
|
},
|
||
|
|
"context": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Background information the subagent needs: file paths, error messages, project structure, constraints. The more specific you are, the better the subagent performs."
|
||
|
|
},
|
||
|
|
"toolsets": {
|
||
|
|
"type": "array",
|
||
|
|
"items": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"description": "Toolsets to enable for this subagent. Default: inherits your enabled toolsets. Common patterns: ['terminal', 'file'] for code work, ['web'] for research, ['terminal', 'file', 'web'] for full-stack tasks."
|
||
|
|
},
|
||
|
|
"tasks": {
|
||
|
|
"type": "array",
|
||
|
|
"items": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"goal": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Task goal"
|
||
|
|
},
|
||
|
|
"context": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Task-specific context"
|
||
|
|
},
|
||
|
|
"toolsets": {
|
||
|
|
"type": "array",
|
||
|
|
"items": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"description": "Toolsets for this specific task"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"goal"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"maxItems": 3,
|
||
|
|
"description": "Batch mode: up to 3 tasks to run in parallel. Each gets its own subagent with isolated context and terminal session. When provided, top-level goal/context/toolsets are ignored."
|
||
|
|
},
|
||
|
|
"max_iterations": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Max tool-calling turns per subagent (default: 50). Only set lower for simple tasks."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "execute_code",
|
||
|
|
"description": "Run a Python script that can call Hermes tools programmatically. Use this when you need 3+ tool calls with processing logic between them, need to filter/reduce large tool outputs before they enter your context, need conditional branching (if X then Y else Z), or need to loop (fetch N pages, process N files, retry on failure).\n\nUse normal tool calls instead when: single tool call with no processing, you need to see the full result and apply complex reasoning, or the task requires interactive user input.\n\nAvailable via `from hermes_tools import ...`:\n\n read_file(path: str, offset: int = 1, limit: int = 500) -> dict\n Lines are 1-indexed. Returns {\"content\": \"...\", \"total_lines\": N}\n write_file(path: str, content: str) -> dict\n Always overwrites the entire file.\n search_files(pattern: str, target=\"content\", path=\".\", file_glob=None, limit=50) -> dict\n target: \"content\" (search inside files) or \"files\" (find files by name). Returns {\"matches\": [...]}\n patch(path: str, old_string: str, new_string: str, replace_all: bool = False) -> dict\n Replaces old_string with new_string in the file.\n terminal(command: str, timeout=None, workdir=None) -> dict\n Foreground only (no background/pty). Returns {\"output\": \"...\", \"exit_code\": N}\n\nLimits: 5-minute timeout, 50KB stdout cap, max 50 tool calls per script. terminal() is foreground-only (no background or pty).\n\nPrint your final result to stdout. Use Python stdlib (json, re, math, csv, datetime, collections, etc.) for processing between tool calls.\n\nAlso available (no import needed — built into hermes_tools):\n json_parse(text: str) — json.loads with strict=False; use for terminal() output with control chars\n shell_quote(s: str) — shlex.quote(); use when interpolating dynamic strings into shell commands\n retry(fn, max_attempts=3, delay=2) — retry with exponential backoff for transient failures",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"code": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Python code to execute. Import tools with `from hermes_tools import terminal, ...` and print your final result to stdout."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"code"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "memory",
|
||
|
|
"description": "Save durable information to persistent memory that survives across sessions. Memory is injected into future turns, so keep it compact and focused on facts that will still matter later.\n\nWHEN TO SAVE (do this proactively, don't wait to be asked):\n- User corrects you or says 'remember this' / 'don't do that again'\n- User shares a preference, habit, or personal detail (name, role, timezone, coding style)\n- You discover something about the environment (OS, installed tools, project structure)\n- You learn a convention, API quirk, or workflow specific to this user's setup\n- You identify a stable fact that will be useful again in future sessions\n\nPRIORITY: User preferences and corrections > environment facts > procedural knowledge. The most valuable memory prevents the user from having to repeat themselves.\n\nDo NOT save task progress, session outcomes, completed-work logs, or temporary TODO state to memory; use session_search to recall those from past transcripts.\nIf you've discovered a new way to do something, solved a problem that could be necessary later, save it as a skill with the skill tool.\n\nTWO TARGETS:\n- 'user': who the user is -- name, role, preferences, communication style, pet peeves\n- 'memory': your notes -- environment facts, project conventions, tool quirks, lessons learned\n\nACTIONS: add (new entry), replace (update existing -- old_text identifies it), remove (delete -- old_text identifies it).\n\nSKIP: trivial/obvious info, things easily re-discovered, raw data dumps, and temporary task state.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"action": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"add",
|
||
|
|
"replace",
|
||
|
|
"remove"
|
||
|
|
],
|
||
|
|
"description": "The action to perform."
|
||
|
|
},
|
||
|
|
"target": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"memory",
|
||
|
|
"user"
|
||
|
|
],
|
||
|
|
"description": "Which memory store: 'memory' for personal notes, 'user' for user profile."
|
||
|
|
},
|
||
|
|
"content": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The entry content. Required for 'add' and 'replace'."
|
||
|
|
},
|
||
|
|
"old_text": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Short unique substring identifying the entry to replace or remove."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"action",
|
||
|
|
"target"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "mixture_of_agents",
|
||
|
|
"description": "Route a hard problem through multiple frontier LLMs collaboratively. Makes 5 API calls (4 reference models + 1 aggregator) with maximum reasoning effort — use sparingly for genuinely difficult problems. Best for: complex math, advanced algorithms, multi-step analytical reasoning, problems benefiting from diverse perspectives.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"user_prompt": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The complex query or problem to solve using multiple AI models. Should be a challenging problem that benefits from diverse perspectives and collaborative reasoning."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"user_prompt"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "patch",
|
||
|
|
"description": "Targeted find-and-replace edits in files. Use this instead of sed/awk in terminal. Uses fuzzy matching (9 strategies) so minor whitespace/indentation differences won't break it. Returns a unified diff. Auto-runs syntax checks after editing.\n\nReplace mode (default): find a unique string and replace it.\nPatch mode: apply V4A multi-file patches for bulk changes.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"mode": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"replace",
|
||
|
|
"patch"
|
||
|
|
],
|
||
|
|
"description": "Edit mode: 'replace' for targeted find-and-replace, 'patch' for V4A multi-file patches",
|
||
|
|
"default": "replace"
|
||
|
|
},
|
||
|
|
"path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "File path to edit (required for 'replace' mode)"
|
||
|
|
},
|
||
|
|
"old_string": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Text to find in the file (required for 'replace' mode). Must be unique in the file unless replace_all=true. Include enough surrounding context to ensure uniqueness."
|
||
|
|
},
|
||
|
|
"new_string": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Replacement text (required for 'replace' mode). Can be empty string to delete the matched text."
|
||
|
|
},
|
||
|
|
"replace_all": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "Replace all occurrences instead of requiring a unique match (default: false)",
|
||
|
|
"default": false
|
||
|
|
},
|
||
|
|
"patch": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "V4A format patch content (required for 'patch' mode). Format:\n*** Begin Patch\n*** Update File: path/to/file\n@@ context hint @@\n context line\n-removed line\n+added line\n*** End Patch"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"mode"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "process",
|
||
|
|
"description": "Manage background processes started with terminal(background=true). Actions: 'list' (show all), 'poll' (check status + new output), 'log' (full output with pagination), 'wait' (block until done or timeout), 'kill' (terminate), 'write' (send raw stdin data without newline), 'submit' (send data + Enter, for answering prompts).",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"action": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"list",
|
||
|
|
"poll",
|
||
|
|
"log",
|
||
|
|
"wait",
|
||
|
|
"kill",
|
||
|
|
"write",
|
||
|
|
"submit"
|
||
|
|
],
|
||
|
|
"description": "Action to perform on background processes"
|
||
|
|
},
|
||
|
|
"session_id": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Process session ID (from terminal background output). Required for all actions except 'list'."
|
||
|
|
},
|
||
|
|
"data": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Text to send to process stdin (for 'write' and 'submit' actions)"
|
||
|
|
},
|
||
|
|
"timeout": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Max seconds to block for 'wait' action. Returns partial output on timeout.",
|
||
|
|
"minimum": 1
|
||
|
|
},
|
||
|
|
"offset": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Line offset for 'log' action (default: last 200 lines)"
|
||
|
|
},
|
||
|
|
"limit": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Max lines to return for 'log' action",
|
||
|
|
"minimum": 1
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"action"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "read_file",
|
||
|
|
"description": "Read a text file with line numbers and pagination. Use this instead of cat/head/tail in terminal. Output format: 'LINE_NUM|CONTENT'. Suggests similar filenames if not found. Use offset and limit for large files. NOTE: Cannot read images or binary files — use vision_analyze for images.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Path to the file to read (absolute, relative, or ~/path)"
|
||
|
|
},
|
||
|
|
"offset": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Line number to start reading from (1-indexed, default: 1)",
|
||
|
|
"default": 1,
|
||
|
|
"minimum": 1
|
||
|
|
},
|
||
|
|
"limit": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Maximum number of lines to read (default: 500, max: 2000)",
|
||
|
|
"default": 500,
|
||
|
|
"maximum": 2000
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"path"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "search_files",
|
||
|
|
"description": "Search file contents or find files by name. Use this instead of grep/rg/find/ls in terminal. Ripgrep-backed, faster than shell equivalents.\n\nContent search (target='content'): Regex search inside files. Output modes: full matches with line numbers, file paths only, or match counts.\n\nFile search (target='files'): Find files by glob pattern (e.g., '*.py', '*config*'). Also use this instead of ls — results sorted by modification time.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"pattern": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Regex pattern for content search, or glob pattern (e.g., '*.py') for file search"
|
||
|
|
},
|
||
|
|
"target": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"content",
|
||
|
|
"files"
|
||
|
|
],
|
||
|
|
"description": "'content' searches inside file contents, 'files' searches for files by name",
|
||
|
|
"default": "content"
|
||
|
|
},
|
||
|
|
"path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Directory or file to search in (default: current working directory)",
|
||
|
|
"default": "."
|
||
|
|
},
|
||
|
|
"file_glob": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Filter files by pattern in grep mode (e.g., '*.py' to only search Python files)"
|
||
|
|
},
|
||
|
|
"limit": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Maximum number of results to return (default: 50)",
|
||
|
|
"default": 50
|
||
|
|
},
|
||
|
|
"offset": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Skip first N results for pagination (default: 0)",
|
||
|
|
"default": 0
|
||
|
|
},
|
||
|
|
"output_mode": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"content",
|
||
|
|
"files_only",
|
||
|
|
"count"
|
||
|
|
],
|
||
|
|
"description": "Output format for grep mode: 'content' shows matching lines with line numbers, 'files_only' lists file paths, 'count' shows match counts per file",
|
||
|
|
"default": "content"
|
||
|
|
},
|
||
|
|
"context": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Number of context lines before and after each match (grep mode only)",
|
||
|
|
"default": 0
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"pattern"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "session_search",
|
||
|
|
"description": "Search your long-term memory of past conversations, or browse recent sessions. This is your recall -- every past session is searchable, and this tool summarizes what happened.\n\nTWO MODES:\n1. Recent sessions (no query): Call with no arguments to see what was worked on recently. Returns titles, previews, and timestamps. Zero LLM cost, instant. Start here when the user asks what were we working on or what did we do recently.\n2. Keyword search (with query): Search for specific topics across all past sessions. Returns LLM-generated summaries of matching sessions.\n\nUSE THIS PROACTIVELY when:\n- The user says 'we did this before', 'remember when', 'last time', 'as I mentioned'\n- The user asks about a topic you worked on before but don't have in current context\n- The user references a project, person, or concept that seems familiar but isn't in memory\n- You want to check if you've solved a similar problem before\n- The user asks 'what did we do about X?' or 'how did we fix Y?'\n\nDon't hesitate to search when it is actually cross-session -- it's fast and cheap. Better to search and confirm than to guess or ask the user to repeat themselves.\n\nSearch syntax: keywords joined with OR for broad recall (elevenlabs OR baseten OR funding), phrases for exact match (\"docker networking\"), boolean (python NOT java), prefix (deploy*). IMPORTANT: Use OR between keywords for best results — FTS5 defaults to AND which misses sessions that only mention some terms. If a broad OR query returns nothing, try individual keyword searches in parallel. Returns summaries of the top matching sessions.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"query": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Search query — keywords, phrases, or boolean expressions to find in past sessions. Omit this parameter entirely to browse recent sessions instead (returns titles, previews, timestamps with no LLM cost)."
|
||
|
|
},
|
||
|
|
"role_filter": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional: only search messages from specific roles (comma-separated). E.g. 'user,assistant' to skip tool outputs."
|
||
|
|
},
|
||
|
|
"limit": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Max sessions to summarize (default: 3, max: 5).",
|
||
|
|
"default": 3
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "skill_manage",
|
||
|
|
"description": "Manage skills (create, update, delete). Skills are your procedural memory — reusable approaches for recurring task types. New skills go to ~/.hermes/skills/; existing skills can be modified wherever they live.\n\nActions: create (full SKILL.md + optional category), patch (old_string/new_string — preferred for fixes), edit (full SKILL.md rewrite — major overhauls only), delete, write_file, remove_file.\n\nCreate when: complex task succeeded (5+ calls), errors overcome, user-corrected approach worked, non-trivial workflow discovered, or user asks you to remember a procedure.\nUpdate when: instructions stale/wrong, OS-specific failures, missing steps or pitfalls found during use. If you used a skill and hit issues not covered by it, patch it immediately.\n\nAfter difficult/iterative tasks, offer to save as a skill. Skip for simple one-offs. Confirm with user before creating/deleting.\n\nGood skills: trigger conditions, numbered steps with exact commands, pitfalls section, verification steps. Use skill_view() to see format examples.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"action": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"create",
|
||
|
|
"patch",
|
||
|
|
"edit",
|
||
|
|
"delete",
|
||
|
|
"write_file",
|
||
|
|
"remove_file"
|
||
|
|
],
|
||
|
|
"description": "The action to perform."
|
||
|
|
},
|
||
|
|
"name": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Skill name (lowercase, hyphens/underscores, max 64 chars). Must match an existing skill for patch/edit/delete/write_file/remove_file."
|
||
|
|
},
|
||
|
|
"content": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Full SKILL.md content (YAML frontmatter + markdown body). Required for 'create' and 'edit'. For 'edit', read the skill first with skill_view() and provide the complete updated text."
|
||
|
|
},
|
||
|
|
"old_string": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Text to find in the file (required for 'patch'). Must be unique unless replace_all=true. Include enough surrounding context to ensure uniqueness."
|
||
|
|
},
|
||
|
|
"new_string": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Replacement text (required for 'patch'). Can be empty string to delete the matched text."
|
||
|
|
},
|
||
|
|
"replace_all": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "For 'patch': replace all occurrences instead of requiring a unique match (default: false)."
|
||
|
|
},
|
||
|
|
"category": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional category/domain for organizing the skill (e.g., 'devops', 'data-science', 'mlops'). Creates a subdirectory grouping. Only used with 'create'."
|
||
|
|
},
|
||
|
|
"file_path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Path to a supporting file within the skill directory. For 'write_file'/'remove_file': required, must be under references/, templates/, scripts/, or assets/. For 'patch': optional, defaults to SKILL.md if omitted."
|
||
|
|
},
|
||
|
|
"file_content": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Content for the file. Required for 'write_file'."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"action",
|
||
|
|
"name"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "skill_view",
|
||
|
|
"description": "Skills allow for loading information about specific tasks and workflows, as well as scripts and templates. Load a skill's full content or access its linked files (references, templates, scripts). First call returns SKILL.md content plus a 'linked_files' dict showing available references/templates/scripts. To access those, call again with file_path parameter.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"name": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The skill name (use skills_list to see available skills)"
|
||
|
|
},
|
||
|
|
"file_path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "OPTIONAL: Path to a linked file within the skill (e.g., 'references/api.md', 'templates/config.yaml', 'scripts/validate.py'). Omit to get the main SKILL.md content."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"name"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "skills_list",
|
||
|
|
"description": "List available skills (name + description). Use skill_view(name) to load full content.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"category": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional category filter to narrow results"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "terminal",
|
||
|
|
"description": "Execute shell commands on a Linux environment. Filesystem persists between calls.\n\nDo NOT use cat/head/tail to read files — use read_file instead.\nDo NOT use grep/rg/find to search — use search_files instead.\nDo NOT use ls to list directories — use search_files(target='files') instead.\nDo NOT use sed/awk to edit files — use patch instead.\nDo NOT use echo/cat heredoc to create files — use write_file instead.\nReserve terminal for: builds, installs, git, processes, scripts, network, package managers, and anything that needs a shell.\n\nForeground (default): Commands return INSTANTLY when done, even if the timeout is high. Set timeout=300 for long builds/scripts — you'll still get the result in seconds if it's fast. Prefer foreground for everything that finishes.\nBackground: ONLY for long-running servers, watchers, or processes that never exit. Set background=true to get a session_id, then use process(action=\"wait\") to block until done — it returns instantly on completion, same as foreground. Use process(action=\"poll\") only when you need a progress check without blocking.\nDo NOT use background for scripts, builds, or installs — foreground with a generous timeout is always better (fewer tool calls, instant results).\nWorking directory: Use 'workdir' for per-command cwd.\nPTY mode: Set pty=true for interactive CLI tools (Codex, Claude Code, Python REPL).\n\nDo NOT use vim/nano/interactive tools without pty=true — they hang without a pseudo-terminal. Pipe git output to cat if it might page.\n",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"command": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The command to execute on the VM"
|
||
|
|
},
|
||
|
|
"background": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "ONLY for servers/watchers that never exit. For scripts, builds, installs — use foreground with timeout instead (it returns instantly when done).",
|
||
|
|
"default": false
|
||
|
|
},
|
||
|
|
"timeout": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Max seconds to wait (default: 180). Returns INSTANTLY when command finishes — set high for long tasks, you won't wait unnecessarily.",
|
||
|
|
"minimum": 1
|
||
|
|
},
|
||
|
|
"workdir": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Working directory for this command (absolute path). Defaults to the session working directory."
|
||
|
|
},
|
||
|
|
"check_interval": {
|
||
|
|
"type": "integer",
|
||
|
|
"description": "Seconds between automatic status checks for background processes (gateway/messaging only, minimum 30). When set, I'll proactively report progress.",
|
||
|
|
"minimum": 30
|
||
|
|
},
|
||
|
|
"pty": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "Run in pseudo-terminal (PTY) mode for interactive CLI tools like Codex, Claude Code, or Python REPL. Only works with local and SSH backends. Default: false.",
|
||
|
|
"default": false
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"command"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "text_to_speech",
|
||
|
|
"description": "Convert text to speech audio. Returns a MEDIA: path that the platform delivers as a voice message. On Telegram it plays as a voice bubble, on Discord/WhatsApp as an audio attachment. In CLI mode, saves to ~/voice-memos/. Voice and provider are user-configured, not model-selected.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"text": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "The text to convert to speech. Keep under 4000 characters."
|
||
|
|
},
|
||
|
|
"output_path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Optional custom file path to save the audio. Defaults to ~/wizards/ezra/home/cache/audio/<timestamp>.mp3"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"text"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "todo",
|
||
|
|
"description": "Manage your task list for the current session. Use for complex tasks with 3+ steps or when the user provides multiple tasks. Call with no parameters to read the current list.\n\nWriting:\n- Provide 'todos' array to create/update items\n- merge=false (default): replace the entire list with a fresh plan\n- merge=true: update existing items by id, add any new ones\n\nEach item: {id: string, content: string, status: pending|in_progress|completed|cancelled}\nList order is priority. Only ONE item in_progress at a time.\nMark items completed immediately when done. If something fails, cancel it and add a revised item.\n\nAlways returns the full current list.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"todos": {
|
||
|
|
"type": "array",
|
||
|
|
"description": "Task items to write. Omit to read current list.",
|
||
|
|
"items": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"id": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Unique item identifier"
|
||
|
|
},
|
||
|
|
"content": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Task description"
|
||
|
|
},
|
||
|
|
"status": {
|
||
|
|
"type": "string",
|
||
|
|
"enum": [
|
||
|
|
"pending",
|
||
|
|
"in_progress",
|
||
|
|
"completed",
|
||
|
|
"cancelled"
|
||
|
|
],
|
||
|
|
"description": "Current status"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"id",
|
||
|
|
"content",
|
||
|
|
"status"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"merge": {
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "true: update existing items by id, add new ones. false (default): replace the entire list.",
|
||
|
|
"default": false
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "vision_analyze",
|
||
|
|
"description": "Analyze images using AI vision. Provides a comprehensive description and answers a specific question about the image content.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"image_url": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Image URL (http/https) or local file path to analyze."
|
||
|
|
},
|
||
|
|
"question": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Your specific question or request about the image to resolve. The AI will automatically provide a complete image description AND answer your specific question."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"image_url",
|
||
|
|
"question"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "function",
|
||
|
|
"function": {
|
||
|
|
"name": "write_file",
|
||
|
|
"description": "Write content to a file, completely replacing existing content. Use this instead of echo/cat heredoc in terminal. Creates parent directories automatically. OVERWRITES the entire file — use 'patch' for targeted edits.",
|
||
|
|
"parameters": {
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"path": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Path to the file to write (will be created if it doesn't exist, overwritten if it does)"
|
||
|
|
},
|
||
|
|
"content": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Complete content to write to the file"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"path",
|
||
|
|
"content"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"message_count": 1,
|
||
|
|
"messages": [
|
||
|
|
{
|
||
|
|
"role": "user",
|
||
|
|
"content": "Reply with exactly: EZRA_AWAKE"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|