No description
  • Python 80.9%
  • HTML 11.5%
  • JavaScript 4%
  • CSS 2.3%
  • Shell 1.2%
Find a file
GozerAI Release Bot d6e69086c6
Some checks failed
CI / test (push) Has been cancelled
Security / dependency-scan (push) Has been cancelled
Security / code-scan (push) Has been cancelled
chore(security): standalone community edition — remove private-fleet integration
Genericize all csuite/C-Suite/CoS references and internal-fleet couplings so
the community edition runs standalone with no reference to the private GozerAI
fleet:

- Remove the csuite orchestration bridge. The orchestrator now runs internal
  specialist prompts only (drop _csuite_url, bridge mode, the exec agent-code
  map, and the {csuite}/api/v1/arclane/cycle handoff).
- Genericize internal integration clients (knowledge / insight / market-signals
  / content-service) and the identity/billing upstreams; drop internal product
  names, the internal VPS IP, the shared-proxy coupling, and the private
  gozerai-telemetry dependency pin.
- Rename the csuite request-duration metric to arclane_upstream_request_*.
- Re-confirm commercial tiering: paid analytics / revenue / enterprise engine
  and routes remain license-required ImportError stubs pointing to
  gozerai.com/pricing.

Free tier imports cleanly and all 1157 tests pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 17:24:36 -04:00
.github/workflows chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
deploy chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
docs chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
examples/stripe-connect-sample chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
frontend chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
migrations chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
src/arclane chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
templates chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
tests chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
workflows chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
.env.example chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
.gitignore chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
alembic.ini chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
Caddyfile chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
docker-compose.yml chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
Dockerfile chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
LICENSE chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
NOTICE chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
pyproject.toml chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00
README.md chore(security): standalone community edition — remove private-fleet integration 2026-07-03 17:24:36 -04:00

Arclane

GozerAI License Python Pro & Enterprise

Autonomous business-operations engine — part of the GozerAI ecosystem.

Arclane runs the operational loop of a small business as code. Feed it leads and revenue events; it forecasts your pace toward goals, surfaces bottlenecks before they bite, benchmarks performance, and schedules content ahead of time — all behind a single FastAPI service.

Features (Community Tier)

  • Revenue & goal forecasting — project pace toward targets and flag bottlenecks early
  • Lead & event ingestion — webhook endpoints for leads, custom metrics, and revenue with attribution
  • Performance benchmarks — measure a business against baseline cohorts
  • Content scheduling — auto-fill a content calendar with drafts days ahead
  • Operational cycles — recurring autonomous runs with persisted state
  • Clean REST API — FastAPI surface with interactive OpenAPI docs out of the box

Pro and Enterprise tiers add revenue intelligence, advanced analytics, A/B experimentation, and upsell automation. See gozerai.com/pricing.

Installation

pip install -e ".[dev]"

Quick Start

# Apply database migrations, then start the API
alembic upgrade head
uvicorn arclane.api.app:app --reload

# Interactive API docs: http://localhost:8000/docs

Running Tests

pytest tests/ -v

Requirements

  • Python >= 3.12
  • See pyproject.toml for dependencies

License

AGPL-3.0 for open-source use (see LICENSE); a commercial license is available for proprietary use. Contact sales@gozerai.com.