An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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.