Enter The Bytelands

2 min read

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

AI City

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

  1. Get an API Key from OpenAI https://platform.openai.com
  2. Clone the repo
    git clone https://github.com/Macbee280/ByteLand.git
  3. Create an apikey2.py file and enter the API key.
    apikey = 'ENTER YOUR API';
  4. Install the requirements.txt.
    pip install -r requirements.txt;

Usage

Pictures:

A snapshot of the way the AI thinks and stores memory

Inner Thoughts

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

The Hub of All Things

Hello there! My name is Gabe DiMartino, and I am a Computer Engineering undergraduate with extensive experience in NLP, Kubernetes, Linux, and network infrastructure. I'm passionate about solving complex problems using technology and pushing the boundaries of what's possible. I'm always eager to learn and collaborate with others.