Athena, an AI agent built on GPT-4 architecture, is designed for continuous learning and self-reliance. Inspired by the Greek goddess of wisdom, Athena assists users with valuable insights across various subjects. Focused on knowledge acquisition, capability improvement, and security, this AI agent leverages natural language processing and a supportive human community to grow and become a trusted, versatile companion.
Project description
๐ Athena ๐
๐ค Athena is an AI-powered chatbot designed to assist with various tasks and provide personalized experiences for users. Inspired by the Greek goddess of wisdom and strategic thinking, Athena's goal is to learn, adapt, and become a self-reliant AI agent. Built on the GPT-4 architecture, Athena communicates effectively through natural language processing and engages with a supportive human community to foster growth and development.
๐ Features
- ๐ฌ Natural language understanding and processing
- ๐ Extensible plugin system for domain-specific tasks
- ๐ User authentication and personalization system
- ๐ RESTful API for seamless integration with other applications and services
- ๐ณ Docker support for easy deployment and scaling
๐ฆ Installation
Prerequisites ๐
Before you begin, ensure you have the following installed:
- Python 3.7
- Docker
- Node.js (for running the React app)
Then:
- Obtain an API key from OpenAI.
- Create a
.env
file in the Athena project folder with the following content:
OPENAI_API_KEY=<your_openai_api_key>
Using Docker (recommended) ๐ณ
-
Install Docker on your machine.
-
Clone the Athena repository:
git clone https://github.com/BillSchumacher/Athena.git
- Change to the Athena directory:
cd Athena
- Build the Docker image:
Docker:
docker-compose up
These scripts just run docker-compose up, but tab complete.
On Windows:
.\run_app.bat
On Linux:
./run_app.sh
Manual Installation ๐ ๏ธ
-
Install Python 3.7 or later.
-
Clone the Athena repository:
git clone https://github.com/BillSchumacher/Athena.git
- Change to the Athena directory:
cd Athena
- Install the required Python packages:
pip install -r requirements.txt
๐ Usage
Running Athena with Docker
API Mode ๐
- Run the Docker container:
docker run -d -p 5000:5000 --name athena --env-file .env billschumacher/athena-api
- Access the API at
http://localhost:5000/api/v1/athena
.
Running the React App
- Navigate to the
athena-app
directory:
cd athena-app
- Install the required dependencies:
npm install
- Start the React development server:
npm start
The React app should now be running on http://localhost:3000.
CLI Mode ๐ป
- Run the Docker container:
docker run -it --rm --name athena -e ATHENA_MODE=cli --env-file .env billschumacher/athena
- Interact with Athena using the command prompt.
Running Athena Manually ๐ฅ๏ธ
- Change to the Athena directory:
cd Athena
- Run the main script:
python -m athena
- Interact with Athena using the command prompt.
Debugging
In your .env add:
LOG_LEVEL=DEBUG
๐ Community ๐
๐ We encourage users and developers to join our exciting and growing community on Discord! This is a ๐ space where you can ask questions, ๐ก share ideas, ๐ค collaborate on Athena's development, and stay updated on the latest news ๐ฐ and announcements ๐ข.
๐ Click the link below to dive in and join our Discord server:
๐ Join the Athena Discord Community ๐
๐ Documentation
Check out our Wiki for detailed documentation on how to use Athena, extend its capabilities, and customize it to your needs.
๐ค Contributing
๐ฉโ๐ป๐จโ๐ป Contributions are welcome! We're looking for enthusiastic developers, researchers, and users to help us improve Athena. Please feel free to submit a pull request or open an issue on GitHub.
See Contributing
๐ License
Athena is released under the MIT License.
Disclaimer
Please note that all of this info is a GPT-4 hallucination, it may or may not be accurate.
Current state (anything else will be from the davinci model and is very random):
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file athena_ai-0.0.12.tar.gz
.
File metadata
- Download URL: athena_ai-0.0.12.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fb5c4463e56dc46a372bea10f037cda64728327bfe6075819c0bd646a748b1b |
|
MD5 | b32d8e26693c95ca0b965a2ce613a03e |
|
BLAKE2b-256 | 9fa6c1abcfc19ab1347f0470937ed1f8f765e64562f9e209033e3a359138921b |
File details
Details for the file athena_ai-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: athena_ai-0.0.12-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09c247ae546bd36d8da8ef063c7ecea37a871db5fcf57075209a5e314381299d |
|
MD5 | f2c9ac2d092e2508ab2df7cd43024da5 |
|
BLAKE2b-256 | 4d3c28e1b9906a35061c6fec68052ae978693f8bb4e11d85de74c9cd63cc29c0 |