adk-studio 0.3.0

Visual development environment for AI agents built with Rust Agent Development Kit (ADK-Rust)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GOOGLE_API_KEY="your-api-key"

# Backend port for Vite proxy
BACKEND_PORT=3000
# OpenAI
export OPENAI_API_KEY="your-api-key"

# Anthropic
export ANTHROPIC_API_KEY="your-api-key"

# DeepSeek
export DEEPSEEK_API_KEY="your-api-key"

# Groq
export GROQ_API_KEY="your-api-key"


# Ollama (no key needed, just run: ollama serve)