https://github.com/qredence/documentation
Documentation for Qredence AI Intelligent solutions
https://github.com/qredence/documentation
Last synced: 3 months ago
JSON representation
Documentation for Qredence AI Intelligent solutions
- Host: GitHub
- URL: https://github.com/qredence/documentation
- Owner: Qredence
- Created: 2024-06-21T22:19:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:04:31.000Z (4 months ago)
- Last Synced: 2025-03-22T22:04:53.950Z (3 months ago)
- Language: MDX
- Homepage: https://docs.qredence.ai
- Size: 305 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.mdx
- Roadmap: roadmap.mdx
Awesome Lists containing this project
README
# AgenticFleet
AgenticFleet is an adaptive multi-agent system designed to provide robust and scalable solutions for complex tasks. This documentation will guide you through the setup, usage, and customization of AgenticFleet.
## Table of Content
- Introduction
- Installation
- Configuration
- Usage
- API Reference
- Contributing
- License
- IntroductionAgenticFleet is designed to handle complex tasks by leveraging multiple agents that can adapt to changing environments. Each agent operates independently but can communicate and collaborate with other agents to achieve common goals.
## Development
Install the
Installation
To install AgenticFleet, you need to have Python 3.7+ installed. You can install AgenticFleet using pip:```
pip install agenticfleet
```Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```### Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
#### Troubleshooting
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`