This is a complete proof-of-concept package for Dollar idea agent.
- Static frontend in
frontend/ - Python stdlib backend API in
backend/ - SQLite local persistence generated at runtime
- Terraform entrypoint in
infra/terraform/that references the shared platform modules - GitHub Actions checks in
.github/workflows/poc-ci.ymlthat document shared workflow usage - Local setup and deployment docs in
docs/ - DevOps policy in
docs/devops.md - Project rule references in
PROJECT_RULES.md
python3 backend/app.pyThen open http://localhost:8000.