agentao

Agentao Integration Examples

Runnable companions to Part 7 of the developer guide. Each subdirectory is a self-contained project — cd in, install, run.

# Directory Blueprint Stack Run
A saas-assistant/ SaaS assistant API Python · FastAPI · SSE uv run uvicorn app.main:app --reload
B ide-plugin-ts/ IDE / editor plugin TypeScript · VS Code npm install && npm run compile
C ticket-automation/ Support-ticket triage Python · custom tool + skill uv run python -m src.triage "ticket text"
D data-workbench/ Data analysis workbench Python · DuckDB · matplotlib uv run python -m src.workbench
E batch-scheduler/ Nightly scheduled job Python · cron / CronJob uv run python -m src.daily_digest

Conventions

Requirements

Not included

Open an issue on the Agentao repo if a blueprint fails to run on a clean environment.