Skip to main content

No project description provided

Project description

OSNAP

License Python Version Discord Follow

The Open Swarm Network Agent Protocol (OSNAP) is a standardized toolkit for building AI agents that interact with each other. Currently, the development and implementation of interacting autonomous AI agents and swarms are highly fragmented, with different projects utilizing various custom-built protocols and communication methods. This lack of standardization can lead to difficulties. OSNAP aims to address these issues by providing a well-defined, standardized toolkit for building and interacting with autonomous AI agents and swarms.

Project logo

Table of Contents

How to use in your project

Coming soon...

Examples

First, setup the environment:

  1. Installing dependencies:
    • If you use poetry, use pyproject.toml
    • Otherwise, create a new venv and use requirements.txt.
  2. Adding environment variables:
    • use .env.template to create a .env file
    • every example has a separate .env file

Discord Swarm

To Example
Discord swarm allows you to deploy multiple independent agents (can be in different networks) and let them communicate with each other over a discord server. For example, agents can ask other bots for help and solve the task colaboratively.

The communication is handleded via the DiscordAdapter and the only think you need to do is to implement the logic of the SwarmAgentBase.

Architecture overview

Project diagram

Next-ups

  • make adding new models as easy as possible, including custom deployed ones like llama
  • multi-key support for higher scalability

How to Contribute

  • follow the SOLID principles and don't break the abstractions
  • create bite-sized PRs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osnap_client-0.1.1a2.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

osnap_client-0.1.1a2-py3-none-any.whl (24.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page