Skip to content

GozerAI/arclane

Repository files navigation

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.

About

Autonomous business-operations engine — revenue forecasting, lead capture, benchmarks, and content scheduling on FastAPI

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors