Documentation Index
Fetch the complete documentation index at: https://docs.ziet.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
In this guide, you’ll build a flight booking agent that works like a personal travel assistant. Here’s what it does:- Searches Google and airline websites for the best flights
- Analyzes options and picks the top recommendations
- Sends you an approval email before booking anything
- Charges your card and confirms your booking
Prerequisites
Set your API key
Step 1: Create Your Actions
Create a file calledflight_agent.py:
Step 2: Create Your Agents
Add the agent classes toflight_agent.py:
Step 3: Test Locally
Test your agent locally before deploying:- Actions being called
- Memory operations
- Integration calls (mocked locally)
- Agent handoffs
- Strategy execution
Step 4: Deploy to Production
Deploy your agent with one command:Step 5: Invoke Your Agent
Via API
Via CLI
Via Python SDK
Via Dashboard
- Go to dashboard.ziet.ai
- Navigate to Agents → research_agent
- Click Run Agent
- Fill in the input form:
- origin: “SFO”
- dest: “NYC”
- date: “2024-12-25”
- user_email: “your@email.com”
- Click Execute
Next Steps
Actions
Deep dive into actions
Agents
Master agent orchestration
Strategies
Learn orchestration strategies
Integrations
Explore all available integrations
Common Patterns
Add error handling
Add error handling
Use environment variables
Use environment variables
Agent with multiple strategies
Agent with multiple strategies
Search memory semantically
Search memory semantically
Need Help?
Join Discord
Get help from the community
Email Support
Contact the team directly