Spaces:
Build error
Build error
Upload 2 files
Browse files- README_HUGGINGFACE.md +56 -0
- huggingface.yaml +4 -0
README_HUGGINGFACE.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ashus AI - README for Hugging Face
|
| 2 |
+
|
| 3 |
+
Welcome to Ashus AI, an open source autonomous agent system with multi-agent architecture!
|
| 4 |
+
|
| 5 |
+
## Overview
|
| 6 |
+
|
| 7 |
+
Ashus AI is a sophisticated AI system that uses a multi-agent architecture to break down and complete complex tasks. It features a central executor agent that coordinates with specialized sub-agents, tool integration for various operations, and both web and mobile interfaces.
|
| 8 |
+
|
| 9 |
+
## Features
|
| 10 |
+
|
| 11 |
+
- **Multi-Agent Architecture**: A central executor agent coordinates with specialized sub-agents
|
| 12 |
+
- **Tool Integration**: Connect with tools for web browsing, file operations, and code execution
|
| 13 |
+
- **Asynchronous Processing**: Tasks can run in the background while the system remains responsive
|
| 14 |
+
- **Web Interface**: Interact with Ashus AI through this Gradio interface
|
| 15 |
+
- **Mobile App**: Access Ashus AI on your mobile device (available for download)
|
| 16 |
+
|
| 17 |
+
## How to Use
|
| 18 |
+
|
| 19 |
+
1. **Ask a Question**: Type your question or request in the text box below
|
| 20 |
+
2. **Submit**: Click the "Submit" button or press Enter
|
| 21 |
+
3. **View Response**: Ashus AI will process your request and provide a response
|
| 22 |
+
4. **Continue Conversation**: Follow up with additional questions or requests
|
| 23 |
+
|
| 24 |
+
## Example Queries
|
| 25 |
+
|
| 26 |
+
- "Search for the latest news about artificial intelligence"
|
| 27 |
+
- "Write a Python function to calculate the Fibonacci sequence"
|
| 28 |
+
- "Summarize the key points from the following text: [paste text]"
|
| 29 |
+
- "Create a data visualization for this dataset: [paste data]"
|
| 30 |
+
- "Help me debug this code: [paste code]"
|
| 31 |
+
|
| 32 |
+
## Mobile Access
|
| 33 |
+
|
| 34 |
+
To access Ashus AI on your mobile device:
|
| 35 |
+
|
| 36 |
+
1. **Web Browser**: Visit this Hugging Face Space on your mobile browser
|
| 37 |
+
2. **Dedicated App**: Download the Ashus AI mobile app for a better experience
|
| 38 |
+
- [Android App Download Link]
|
| 39 |
+
- [iOS App Download Link]
|
| 40 |
+
|
| 41 |
+
## Project Information
|
| 42 |
+
|
| 43 |
+
- **GitHub Repository**: [https://github.com/yourusername/ashus-ai](https://github.com/yourusername/ashus-ai)
|
| 44 |
+
- **Documentation**: Comprehensive documentation is available in the GitHub repository
|
| 45 |
+
- **License**: MIT License
|
| 46 |
+
|
| 47 |
+
## Feedback and Contributions
|
| 48 |
+
|
| 49 |
+
We welcome feedback and contributions to improve Ashus AI! Please visit our GitHub repository to:
|
| 50 |
+
|
| 51 |
+
- Report issues
|
| 52 |
+
- Suggest features
|
| 53 |
+
- Contribute code
|
| 54 |
+
- Provide feedback
|
| 55 |
+
|
| 56 |
+
Thank you for using Ashus AI!
|
huggingface.yaml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face Space Configuration
|
| 2 |
+
sdk_version: 1.0
|
| 3 |
+
app_file: app.py
|
| 4 |
+
license: mit
|