- Step1: Install Eunomia via pip: `pip install eunomia-agent`
- Step2: Scaffold a new agent project with the CLI: `eunomia init my_agent`
- Step3: Define your agent in `agent.yaml`, specifying prompts, tools, and memory
- Step4: Add or implement tool integrations in the `tools/` directory
- Step5: Run and test locally: `eunomia run agent.yaml`
- Step6: Deploy to your preferred environment or containerize for production