https://github.com/mindify-ai/CURA
The official framework for the Code Understanding and Reasoning Agent (CURA)
https://github.com/mindify-ai/CURA
coding-agents cura langchain langgraph
Last synced: 20 days ago
JSON representation
The official framework for the Code Understanding and Reasoning Agent (CURA)
- Host: GitHub
- URL: https://github.com/mindify-ai/CURA
- Owner: mindify-ai
- License: mit
- Created: 2024-07-31T08:09:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T08:24:25.000Z (about 1 year ago)
- Last Synced: 2025-01-16T09:55:14.983Z (about 1 year ago)
- Topics: coding-agents, cura, langchain, langgraph
- Language: Python
- Homepage: https://cura.mindifyai.dev/
- Size: 21 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-a2a-agents - mindify-ai/CURA - The official framework for the Code Understanding and Reasoning Agent (CURA) (Agent Categories / <a name="Unclassified"></a>Unclassified)
README
# CURA - Code Understanding and Reasoning Agent
CURA is an open-source project to better leading coding agent on top of wide range of platforms. The project is developed by Research team at Mindify AI and is currently in the early stages of development. The project is developed using LangChain ecosystem with OpenAI API.
## Getting started
To get started with the project, you need to install the required dependencies. You can install the dependencies using the following command:
```bash
pip install -r requirements.txt
```
## Usage
To use the project, you can run the following command:
```bash
python agent-dev.py
```
## Contributing
To learn more about contributing to the project, please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file.