No description
- Python 80.9%
- HTML 11.5%
- JavaScript 4%
- CSS 2.3%
- Shell 1.2%
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>
|
||
|---|---|---|
| .github/workflows | ||
| deploy | ||
| docs | ||
| examples/stripe-connect-sample | ||
| frontend | ||
| migrations | ||
| src/arclane | ||
| templates | ||
| tests | ||
| workflows | ||
| .env.example | ||
| .gitignore | ||
| alembic.ini | ||
| Caddyfile | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| NOTICE | ||
| pyproject.toml | ||
| README.md | ||
Arclane
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.tomlfor dependencies
License
AGPL-3.0 for open-source use (see LICENSE); a commercial license is available for proprietary use. Contact sales@gozerai.com.