Enter The Bytelands
About The Project
Inspired by the joonspk-research/generative_agents project, create an AI village with multiple agents! By utilizing OpenAI, we were able to create characters that could hold conversations with each other and travel about the town. It was created in the 2023 Gonzaga Hackathon, placed 2nd overall, and was made by 4 GU sophomores.
Features:
- Easy creation of new AI agents
- Opens a website with TTS support for the dialogue
- Infrastructure in place for a grid-based movement system for these characters
Built With
This section below contains the major frameworks/libraries used to bootstrap our project.
- LLangChain
- OpenAI
- Django
- StreamLit
- Svelte
- gTTS
Getting Started
To get a local copy up and running, you can follow these steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- streamlit
streamlit run app.py
Installation
- Get an API Key from OpenAI https://platform.openai.com
- Clone the repo
git clone https://github.com/Macbee280/ByteLand.git
- Create an
apikey2.py
file and enter the API key.apikey = 'ENTER YOUR API';
- Install the requirements.txt.
pip install -r requirements.txt;
Usage
Pictures:
A snapshot of the way the AI thinks and stores memory
Roadmap
- Add Separate AI Agents
- Create pathfinding system
- Rework AI framework to have better memory systems
- Implement pathfinding and grid-based visual for users
- Demo mode and Long Term Mode
- Specify number of days
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Email - [email protected]
Project Link: https://github.com/macbee280/byteland
Acknowledgments
Contributors on this project:
- Gabe DiMartino
- Aiden Tabrah
- Izzy Tilles
- Miles Mercer