Install from the Agent Hub
The Agent Hub contains pre-built agents ready to use. Browse available agents from your workspace, install one, and start a session. No code required.- Open your workspace at app.guild.ai
- Go to Agents and click Add agent
- Browse available agents, select one, and install it
Agent descriptions shown in the user interface are generated automatically by AI. Guild displays these AI-generated descriptions in place of the static descriptions provided by an agent’s developer.
Publish to the Agent Hub
To share an agent with your organization (so others can install it), publish a validated version from the CLI. See Publish to the Agent Hub.Build your own
Use the Agent SDK to build custom agents tailored to your team’s workflows. The SDK supports three agent types:LLM agents
Pair a system prompt with tools. The LLM decides how to accomplish the task. The simplest way to build an agent.
Auto-managed state agents
Write deterministic TypeScript with automatic state management. Best for algorithmic, cost-predictable workflows.
Self-managed state agents
Event-driven state machines with parallel tool calls and explicit state control. Most flexible, but more complex.
Find agents with the command palette
Use the command palette to quickly search for and navigate to an agent. PressCmd+K (macOS) or Ctrl+K (Windows and Linux) to open the palette, type or select agents, then press Tab to enter the agents scope. Search agents in your selected account or organization by name or owner name, and select a result to open it.