Skip to content

feat: initial AgentSandbox CrewAI orchestration app - #1

Open
phoenixfire808 wants to merge 2 commits into
mainfrom
feat/initial
Open

feat: initial AgentSandbox CrewAI orchestration app#1
phoenixfire808 wants to merge 2 commits into
mainfrom
feat/initial

Conversation

@phoenixfire808

Copy link
Copy Markdown
Owner

What

Initial commit of the AgentSandbox CrewAI orchestration app — a private, local-first workflow execution layer over Drew's selected local Ollama LLM.

Key features

  • CrewAI Flow — manager (plans) → specialist (executes) → reviewer (audits) pipeline
  • FastAPI service on localhost:8090 with SQLite job persistence
  • Dashboard UI at http://localhost:8090/dashboard for browser-based objective submission and job monitoring
  • CLI via python cli.py for terminal-based job submission
  • Git workspace for artifact commits
  • Ollama LLM integration via LiteLLM — no cloud calls, no Qwen
  • Local UNCENSORED LFM model — no Qwen or coder fallback
  • WorkspaceWriteTool with path-traversal guards
  • Async kickoff for FastAPI event-loop compatibility
  • Startup recovery — interrupted jobs marked FAILED with RECOVERED event

Acceptance verified

  • GET /health → 200, all services connected
  • Full manager → specialist → reviewer pipeline executed end-to-end
  • Git commit created in workspace repo
  • Dashboard loads in browser at localhost:8090

Running

.venv\Scripts\activate
python start.py
start http://localhost:8090/dashboard

Fixmes logged

  • Specialist writes to absolute container paths on Windows (path translation); tracked separately.

Drew added 2 commits August 7, 2026 16:33
- New /canvas route serving agent_canvas.html (drag-drop pipeline builder)
- Left palette: 8 agent types (Manager, Specialist, Reviewer, Coder, Researcher, Writer, Planner, Executor)
- Canvas: drag-to-reorder agents, ↑↓ buttons, click to configure
- Config panel: role name, system prompt textarea, context limit (0=unlimited), per-agent tool toggles
- Save/load workflows to localStorage
- Run Pipeline: submits custom agent list + tools to /jobs API as JSON
- API accepts optional 'pipeline' field: list of {type, role, prompt, contextLimit, tools}
- Flow runs custom pipeline when provided, falls back to default 3-agent
- Custom pipeline job verified: 13 files committed to workspace including hello.py
- Workspace path translation: /home/user/... still maps to workspace root (follow-up fix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant