aci

ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

GitHub Stars

4,601

User Rating

Not Rated

Favorites

0

Views

68

Forks

436

Issues

49

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/aipotheosis-labs/aci.git
cd aci

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Tools not found Solution: Verify tool configuration.