Agentiq — A YAML-first Agentic AI framework that lets you build autonomous AI workflows without writing code.
pip install -r requirements.txt
export GEMINI_API_KEY=<your-api-key>
python -m agentiq.cli.main run examples/ecommerce_optimization.yaml- agentiq/: core package
- examples/: example workflows
- requirements.txt