Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.21 KB

README.md

File metadata and controls

66 lines (45 loc) · 2.21 KB

0DEV 🤖

0dev is, what we call, an Insights & Assistant platform powered by AI.

The Insights part of the platform allows users to easily connect to multiple data sources, execute queries, and generate reports. The Assistant part of the platform allows you to create general-purpose Agents you can delegate tasks to. You can empower your agents with access to data sources to not only answer questions but also take actions on your behalf.

The interface between you and the platform is mainly through a chat interface. You won't need any technical background to gain insights or to create the agents and interact with them.

YouTube Video Join us on Discord


Table of Contents


Project Status

The project is in Alpha stage, however the main scaffolding, scope, and architecture are in place.

Installation

Prerequisites

  • Node.js (version >= 16.x)
  • Docker (optional but recommended for deployment)
  • MongoDB (for data persistence)
  • Python (version >= 3.6)

Local setup

  1. Clone the repository
     git clone https://github.com/0dev-hq/0dev.git
     cd 0dev
  2. Update the .env files in the back, front, and dana directories with the required configurations.
  3. Install the dependencies and run each project

Contributing

We welcome contributions! Here’s how you can get involved:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request!

License

This project is licensed under the Apache 2 License - see the LICENSE file for details.