Skip to content

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.

License

Notifications You must be signed in to change notification settings

BillSchumacher/Athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 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:

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) 🐳

  1. Install Docker on your machine.

  2. Clone the Athena repository:

git clone https://github.com/BillSchumacher/Athena.git
  1. Change to the Athena directory:
cd Athena
  1. 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 🛠️

  1. Install Python 3.7 or later.

  2. Clone the Athena repository:

git clone https://github.com/BillSchumacher/Athena.git
  1. Change to the Athena directory:
cd Athena
  1. Install the required Python packages:
pip install -r requirements.txt

🚀 Usage

Running Athena with Docker

API Mode 🌐

  1. Run the Docker container:
docker run -d -p 5000:5000 --name athena --env-file .env billschumacher/athena-api
  1. Access the API at http://localhost:5000/api/v1/athena.

Running the React App

  1. Navigate to the athena-app directory:
cd athena-app
  1. Install the required dependencies:
npm install
  1. Start the React development server:
npm start

The React app should now be running on http://localhost:3000.

CLI Mode 💻

  1. Run the Docker container:
docker run -it --rm --name athena -e ATHENA_MODE=cli --env-file .env billschumacher/athena
  1. Interact with Athena using the command prompt.

Running Athena Manually 🖥️

  1. Change to the Athena directory:
cd Athena
  1. Run the main script:
python -m athena
  1. 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):

Dark Mode Light Mode

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published