Logo Lanfrica

Ame-Al/ame

Domaine:

digital infrastructure

Type de record:

software
Créateur:
Ame
Hôte:
Ame is an open-source AI workspace for teams, based in Oran, Algeria. A workspace to build, deploy and manage AI agents and workflows. ## Quickstart ### Cloud-hosted: ame.ai ### Self-hosted ```bash npx ame-setup ``` Open localhost ## Capabilities - Connect 1,000+ integrations and every major LLM - Add Slack, Notion, HubSpot, Salesforce, databases, and more - Build agents visually, conversationally, or with code - Ingest files, knowledge bases, and structured table data - Monitor runs, logs, schedules, and workflow activity ## One workspace, every surface Chat and workflows are just the start — tables, files, and knowledge all live in the same workspace. Tables — a database, built in Files — one store for your team and every agent Knowledge — your agents' memory ## Self-hosting **Requirements:** Node.js 20+ and Docker. `npx ame-setup` is an interactive wizard that creates a small `sim/` deployment directory, provisions the database, generates secrets, writes `.env`, connects a Chat API key, and starts the published Ame images with Docker Compose. It does not clone the repository. `npx sim-setup` remains a compatibility alias for existing automation. When it finishes, open localhost. Inside a cloned Ame repository, run `bun run ame-setup` to unlock the source-only local development and Kubernetes modes. Reconfigure an optional capability without rerunning the full wizard: ```bash npx ame-setup config npx ame-setup add email npx ame-setup add storage npx ame-setup add sandbox npx ame-setup add jobs npx ame-setup add cache npx ame-setup add knowledge npx ame-setup add llm npx ame-setup add integration slack ``` `npx ame-setup config` detects the effective local-dev, Docker Compose, or current-context Helm configuration and reports configured, missing, or invalid capabilities and OAuth integrations without printing credential values. This is separate from `npx ame-setup status`, which reports whether installed services are running and healthy. Manage your install from its …