Coder Social home page Coder Social logo

p3ngu1nzz / agentnet Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 28 KB

AgentNet is a state-of-the-art peer-to-peer networking framework designed for decentralized agent systems. It utilizes Vulkan for high-performance graphics rendering, enabling efficient communication and data sharing among distributed agents.

License: MIT License

C++ 72.73% CMake 27.27%

agentnet's Introduction

AgentNet

AgentNet is a sophisticated peer-to-peer networking framework that empowers distributed agents to communicate and share data with high efficiency. Leveraging Vulkan for graphics rendering, AgentNet is built for performance and scalability, providing a robust platform for decentralized agent interactions.

Getting Started

These instructions will guide you through getting a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

  • Vulkan SDK
  • CMake
  • A C++ compiler like GCC or Clang
  • Access to Llama sources (see below)

Llama Sources

To build this project from source, you will need access to the Llama sources. Follow these steps to download them:

  1. Visit the Llama GitHub repository and follow the instructions to register and accept the license¹.
  2. Once approved, you will receive a custom URL via email from Meta.
  3. Clone the Llama repository and run the download.sh script with the custom URL provided. (Requires Linux or MacOS)

Installation

Follow these steps to set up your development environment:

  1. Clone the repository:
git clone https://github.com/K-Rawson/AgentNet.git
  1. Navigate to the project directory:
cd AgentNet
  1. Create a build directory:
mkdir build && cd build
  1. Run CMake to configure the project:
cmake ..
  1. Build the project:
cmake --build .

Running the Tests

To run the automated tests for this system, use the following command:

ctest

Deployment

For deployment, additional steps may be required, such as setting up a server environment or configuring network settings.

Built With

  • Vulkan - A low-overhead, cross-platform 3D graphics and compute API.
  • CMake - An open-source, cross-platform family of tools designed to build, test, and package software.
  • Llama - For building AgentNet llama models from source. (Advanced)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Tonic-AI

Please cite this project as:

Rawson, K. (2024). AgentNet: An Innovative AI Framework for Gaming. [https://github.com/K-Rawson/AgentNet](https://github.com/K-Rawson/AgentNet)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.