Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reubenjohn/mars
WIP: A multi-agent LLM system to research and document in collaboration with user using modern techniques such as chain-of-thought reasoning
https://github.com/reubenjohn/mars
documentation llm multi-agent-systems
Last synced: about 5 hours ago
JSON representation
WIP: A multi-agent LLM system to research and document in collaboration with user using modern techniques such as chain-of-thought reasoning
- Host: GitHub
- URL: https://github.com/reubenjohn/mars
- Owner: reubenjohn
- License: gpl-3.0
- Created: 2023-11-24T18:25:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T05:33:34.000Z (10 months ago)
- Last Synced: 2024-02-09T03:29:28.451Z (10 months ago)
- Topics: documentation, llm, multi-agent-systems
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaRS
A multi-agent LLM system to research and document in collaboration with user using modern techniques such as chain-of-thought reasoning[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Python Version](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10-blue.svg)](https://www.python.org/downloads/release)
[![CI](https://github.com/reubenjohn/MaRS/actions/workflows/poetry_ci.yml/badge.svg)](https://github.com/reubenjohn/MaRS/actions/workflows/poetry_ci.yml)## Overview
Provide a brief overview of your project here.
## Installation
You can install this project using Poetry:
poetry install
## Usage
Explain how to use your project here.
## Configuration
Describe any configuration settings or environment variables here.
## Development
### Prerequisites
List any prerequisites for development here.
### Setup
1. Clone the repository: `git clone https://github.com/reubenjohn/MaRS.git`
2. Navigate to the project directory: `cd your-repo`
3. Install development dependencies. `poetry install`
### Running Tests
You can run tests using pytest: `poetry run pytest`
### Code Coverage
To generate a code coverage report.
`poetry run coverage run -m pytest && poetry run coverage report`## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contact
- Reuben John
- GitHub: [reubenjohn](https://github.com/reubenjohn)
- LinkedIn: [Reuben John](https://www.linkedin.com/in/reubenmvjohn)