atlasclaw
Core runtime: API layer, agent engine, session/memory, built-in tools, workflow orchestration, and the main docs.
View on GitHubAtlasClaw gives teams a practical way to build one multi-user AI agent and conversational execution layer across existing enterprise systems.
Core runtime: API layer, agent engine, session/memory, built-in tools, workflow orchestration, and the main docs.
View on GitHubProvider packages, starter patterns, and reference implementations such as Jira and SmartCMP.
View on GitHubVersioned installation, administration, user, Core, Provider integration, and reference documentation.
View on GitHubThe public website for atlasclaw.ai, built as a static Astro site.
View on GitHubpython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app.atlasclaw.main:app --reload --host 0.0.0.0 --port 8000 `providers_root` is what connects the core repo to the external provider repo.
{
"providers_root": "../atlasclaw-providers/providers",
"model": {
"primary": "kimi/kimi-k2.5",
"temperature": 0.7,
"providers": {
"kimi": {
"base_url": "${ANTHROPIC_BASE_URL}",
"api_key": "${ANTHROPIC_API_KEY}",
"api_type": "anthropic"
}
}
}
}