tkach 0.3.0

A provider-independent agent runtime for Rust with built-in tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Anthropic API key for smoke tests against Claude (haiku/sonnet).
# Required for tests/integration.rs `smoke_*` and `full_*` cases.
ANTHROPIC_API_KEY=sk-ant-...

# OpenAI-compatible API key for the `OpenAICompatible` provider smoke test.
# Required for `smoke_openai_compatible_roundtrip`.
OPENAI_API_KEY=sk-...

# Optional overrides for the OpenAI smoke. Defaults point at OpenAI itself.
# Use these to retarget Moonshot, DeepSeek, Ollama, Groq, etc.
# OPENAI_BASE_URL=https://api.openai.com/v1
# OPENAI_SMOKE_MODEL=gpt-4o-mini