AgentStack Integration

AgentQL integrates with AgentStack, allowing you to scaffold agent projects with AgentQL and other tools.

AgentStack is a developer tool that makes building agents efficient and fast with just a few CLI commands.

Set up AgentQL with AgentStack

Get started by installing AgentStack and collecting your AgentQL API key here:

  1. After installing AgentStack, start a new project by running agentstack init <project_name>.
  2. If you're starting from an empty project, run agentstack generate agent <agent_name> to create a new agent and agentstack generate task <task_name> to create a new task.
  3. Add AgentQL as a tool for your agent project by running agentstack tools add agentql.
  4. Add your AgentQL API key as an environment variable AGENTQL_API_KEY=....

Once that's done you can start creating your first agent! You can also use AgentStack's templates to get started.

Usage

If you want to hack the AgentQL tool, feel free to do so by modifying src/tools/agentql_tool.py and reference the documentation for AgentQL REST API.

Support

If you have any questions about using AgentQL with AgentStack, you can join AgentStack's Discord here.

Examples