funolio-agent
v0.13.0
Published
Funolio AI agent CLI - run AI tasks locally with your own API keys
Readme
funolio-agent
The official CLI for Funolio — run AI agent tasks locally using your own API keys.
Funolio Agent connects your machine to the Funolio platform, letting you execute AI-powered tasks with full control over your data, models, and tools.
Installation
npm i -g funolio-agentQuick Start
# 1. Initialize — set up API key and test connection
funolio-agent init
# 2. Configure your LLM provider (OpenAI, Anthropic, etc.)
funolio-agent configure
# 3. Start the agent
funolio-agent startCommands
| Command | Description |
|---------|-------------|
| funolio-agent init | Set up the agent: API key, connection test, tool installation |
| funolio-agent login | Authenticate with funolio.com |
| funolio-agent configure | Configure LLM providers (API keys, models) |
| funolio-agent start | Start the agent and connect to Funolio |
| funolio-agent status | Show agent and connection status |
Options
init --lite— Skip heavy tools (Playwright, Docker) for constrained environmentslogin --token <token>— Use an API token directly instead of browser loginstart <project-dir>— Start in a specific project directory
Requirements
- Node.js 18+
- A Funolio account
Links
License
MIT
