civai-technologies/cursor-agent
123 stars · Last commit 2025-07-13
Cursor Agent Tools - A Python-based AI agent that replicates Cursor's coding assistant capabilities, enabling function calling, code generation, and intelligent coding assistance with Claude, OpenAI, and locally hosted Ollama models.
README preview
# Cursor Agent Tools      A Python-based AI agent that replicates Cursor's coding assistant capabilities, enabling function calling, code generation, and intelligent coding assistance with Claude, OpenAI, and locally hosted Ollama models. ## 🌟 Features This AI Agent implementation provides a comprehensive set of capabilities: ### Core Abilities - **Model Flexibility**: Works with Claude (Anthropic), OpenAI models, and locally hosted Ollama models - **Code Generation**: Generate complete, functional code based on natural language descriptions - **Code Editing**: Make precise edits to existing code files - **Code Analysis**: Review and analyze code for bugs, improvements, and optimizations