agent active

cursor-agent

Maker: civai-technologies License: MIT Stars: 133 First released: 2025-03-22 Language: Python

About

cursor-agent packages the mechanics of Cursor's coding assistant into a pip-installable Python library: a function-calling loop with registered tools for reading and editing files, semantic and regex codebase search, web search, image analysis, and terminal commands gated by a permission system. It supports Anthropic, OpenAI, and locally hosted Ollama models, and developers can extend it by registering custom tools in code. The project, authored by the founder of CIVAI Technologies, reached about 130 stars but shows no recent commits or releases and one stale pull request, so it now serves mainly as a reference implementation of an agentic coding loop in Python.