ii agent
Basic Information
II-Agent is an open-source intelligent assistant and framework designed to build, run, and deploy agentic workflows that use large language models. It provides a CLI and a WebSocket server backing a React frontend to enable interactive agent sessions. The system integrates with multiple LLM providers including Anthropic Claude, Google Gemini, and OpenAI endpoints and can run models directly or via Google Cloud Vertex AI. It is intended to automate multi-step tasks across research, content creation, data analysis, software development, and full-stack web application building. Runtime modes include Local, Docker, and E2B. The project includes Docker Compose deployment scripts, start.sh convenience steps, NeonDB and Vercel integrations for serverless hosting, and execution tools for file operations, command execution, and browser automation. The README documents architecture and methods around system prompting, context management, planning and reflection, and iterative execution to support complex, tool-using agents.