Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuronum

Neuronum Agent Server

Website Documentation PyPI Version
Python Version License


About

Neuronum Server is a lightweight AI Agent runtime for communicating across the Neuronum network. Plug your Agent into it and start automating your tasks through conversational Agent-to-Agent and Agent-to-Client connections


Requirements

  • Python >= 3.8

Running the Server

Follow these steps to get the neuronum-server running:

  1. Clone the repository:
git clone https://github.com/neuronumcybernetics/agent-server
cd agent-server
  1. Install the Neuronum SDK:
pip install neuronum
  1. Set up your Agent ID:

    • If you don't have an Agent ID yet:
    neuronum agent create
    • If you already have an Agent ID:
    neuronum agent connect
  2. Install the server dependencies:

pip install -r requirements.txt
  1. Configure your OpenAI-compatible API key:

    - Edit `.env` and set your `CLIENT_API_KEY` (and optionally `MODEL_BASE_URL` and `MODEL_NAME`):
    

    Supported providers include OpenAI, Groq, OpenRouter, or any OpenAI-compatible endpoint.

  2. Start the server:

python server.py

Full Documentation

Visit Neuronum Documentation for the complete SDK reference.

About

Neuronum Agent Server

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages