Web agent + CLI for controlled automation

Run browser, shell, sandbox, and coding-agent workflows from one clean control plane.

AgInTiFlow routes normal work through DeepSeek v4 flash, escalates complex tasks to DeepSeek v4 pro, edits workspace files through guarded tools, and can call Codex, Claude, Gemini, Copilot, and Qwen wrappers when they add value.

$ npm install -g @lazyingart/agintiflow
$ aginti web --port 3210

Default route DeepSeek v4 flash

Fast planning for browser, shell, and short coding tasks.

Escalation DeepSeek v4 pro

Complex implementation, debugging, and design decisions.

Safe execution Docker + policy

Read-only by default, explicit approval for setup commands.

Real screenshots from the local app

Daily agent work should feel inspectable, not mysterious.

The carousel uses screenshots captured from the live AgInTiFlow app running at http://127.0.0.1:3210/.

Platform shape

One runner, multiple model and tool routes.

01

Smart routing

DeepSeek v4 flash handles fast work. DeepSeek v4 pro handles complex tasks. Manual OpenAI-compatible routes stay available.

02

Wrapper tools

Codex, Claude, Gemini, Copilot, and Qwen wrappers are optional advisory tools, not hard dependencies.

03

Safe file tools

List, read, search, write, and patch workspace files with path guardrails, hashes, and compact diffs.

04

Mock mode

Local mock routing verifies UI, API, tool execution, and CI smoke paths without DeepSeek or OpenAI credentials.

Safety model

Useful automation with explicit boundaries.

AgInTiFlow keeps local commands guarded by an allowlist, stores resumable run history, and exposes sandbox status through APIs that do not leak API keys or npm tokens.