BuiltinAgents.mdx•2.08 kB
---
title: Builtin Agents
description: List of agents in system prompts
---
import { LinkCard } from '@astrojs/starlight/components';
### Builtin Agents
<LinkCard title="agent data" description="query data from files" href="/genaiscript/reference/scripts/system#systemagent_data" />
<LinkCard title="agent docs" description="query the documentation" href="/genaiscript/reference/scripts/system#systemagent_docs" />
<LinkCard title="agent fs" description="query files to accomplish tasks" href="/genaiscript/reference/scripts/system#systemagent_fs" />
<LinkCard title="agent git" description="query the current repository using Git to accomplish tasks. Provide all the context information available to execute git queries." href="/genaiscript/reference/scripts/system#systemagent_git" />
<LinkCard title="agent github" description="query GitHub to accomplish tasks" href="/genaiscript/reference/scripts/system#systemagent_github" />
<LinkCard title="agent interpreter" description="run code interpreters for Python, Math. Use this agent to ground computation questions." href="/genaiscript/reference/scripts/system#systemagent_interpreter" />
<LinkCard title="agent planner" description="generates a plan to solve a task" href="/genaiscript/reference/scripts/system#systemagent_planner" />
<LinkCard title="agent user_input" description="ask user for input to confirm, select or answer the question in the query. The message should be very clear and provide all the context." href="/genaiscript/reference/scripts/system#systemagent_user_input" />
<LinkCard title="agent video" description="Analyze and process video files or urls." href="/genaiscript/reference/scripts/system#systemagent_video" />
<LinkCard title="agent web" description="search the web to accomplish tasks." href="/genaiscript/reference/scripts/system#systemagent_web" />
<LinkCard title="agent z3" description="can formalize and solve problems using the Z3 constraint solver. If you need to run Z3 or solve constraint systems, use this tool." href="/genaiscript/reference/scripts/system#systemagent_z3" />