Quick Start
Basic Usage
Python API
Python | |
---|---|
CLI Usage
Bash | |
---|---|
CLI Options
Option | Description | Example |
---|---|---|
--model-name |
Specify LLM (LiteLLM format) | openrouter/deepseek/deepseek-chat |
--mode |
Agent operation mode | code , search , full |
--max-iterations |
Task solving iterations | 30 (default) |
--verbose |
Enable detailed output |
Example Scenarios
Code Generation
Bash | |
---|---|
Web Search & Analysis
Bash | |
---|---|