The examples/ directory has runnable configs for every provider, indexed below by what you want to do. Each directory contains an agents.yaml you can copy and adapt.
| Script | What it does |
|---|---|
examples/runtime/run-session.ts |
Create a session against deployed infrastructure and stream the response. |
examples/runtime/run-session-complex.ts |
Tool calls and streaming events. |
cd examples/bailian/basic
cat > .env <<'EOF'
DASHSCOPE_API_KEY=sk-...
BAILIAN_WORKSPACE_ID=llm-...
EOF
agents validate
agents plan
agents apply -y
agents session run "Hello" --agent assistant
agents destroy| Feature | Bailian | Qoder | Claude | Volcengine Ark |
|---|---|---|---|---|
| Environment | native | native | native | native |
| Vault | native | native | native | native |
| Skill | native | native | native | native |
| Agent | native | native | native | native |
| MCP Server | native | native | native | native |
| Memory Store | unsupported | native | unsupported | native |
| Multi-Agent | unsupported | unsupported | native | native |
| Deployment | emulated | emulated | native | emulated |
| Session | native | native | native | native |
See Provider reference for per-provider configuration and notes.