ABZ AgentABZ Agent
Star on GitHubGet Started

The Enterprise Agent
Build & Runtime

ABZ Agent is a powerful, lightweight framework for building, running, and scaling AI agents in production.

Get StartedView Documentation
LightweightMinimal. Fast. Powerful.
PythonTypeScriptcURL
123456789
from abz_agent import Agent, Runner

agent = Agent(
    name="ResearchAgent",
    model="gemini-1.5-pro",
    tools=[search_web, read_file, write_file],
    instructions="You are a helpful research assistant."
)

result = Runner.run(agent, "Summarize the latest AI trends.")
Output
Task completed
Sources found12
Tokens used1,842
Production ReadyBuilt for scale and reliability
ExtensibleTools, connectors, and more
Secure by DefaultEnterprise-grade security
Developer FirstClean APIs and great DX