- Step1: Install the framework via npm: npm install with-ai-agents
- Step2: Initialize a new project: npx with-ai-agents init my-agent-app
- Step3: Define agent roles in config: specify planner, executor, memory modules
- Step4: Implement functions: add custom function handlers in src/functions
- Step5: Configure API keys: set OPENAI_API_KEY in environment variables
- Step6: Run agents: use CLI or programmatic entrypoint to start orchestration
- Step7: Monitor output: view logs and memory state in console or storage
- Step8: Extend: add or swap agent modules to customize workflows