Skip to content

Aspect022/AgentWeb

Repository files navigation

Agent Web Monorepo

Agent Web scaffolding for MVP execution.

Structure

  • apps/web: Next.js dashboard (URL intake + status + schema viewer)
  • services/control_api: FastAPI control plane
  • services/runtime_proxy: FastAPI MCP-compatible runtime proxy
  • services/workers: Async pipeline workers (crawl, synth, validate)
  • packages/contracts: Shared schema/contracts
  • infra: Local orchestration assets
  • scripts: Setup and development helpers
  • thoughts: Product and architecture planning docs

Quick Start

  1. Control API:
    • cd services/control_api
    • python -m venv .venv
    • .venv\Scripts\Activate.ps1
    • pip install -e .
    • uvicorn app.main:app --reload --port 8000
  2. Runtime proxy:
    • cd services/runtime_proxy
    • python -m venv .venv
    • .venv\Scripts\Activate.ps1
    • pip install -e .
    • uvicorn app.main:app --reload --port 8001
  3. Web app:
    • cd apps/web
    • npm install
    • npm run dev

API Seeds

  • Control API: http://localhost:8000/health
  • Runtime proxy: http://localhost:8001/health

About

Agentic Web scaffolding for MVP execution.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages