Skip to main content

Core SDK for building FEAGI agents, controlling the neural engine, and creating marketplace packages (without Brain Visualizer)

Project description

FEAGI Python SDK

Build AI agents that learn like biological brains

PyPI Python Discord License


Installation Options

Full Experience (Recommended for most users):

pip install feagi

Includes:

  • FEAGI itself, for running neuronal simulations
  • Brain Visualizer, for real-time 3D neural activity visualization (~196MB)
  • Python bindings for FEAGI libraries (intended for advanced users)
  • FEAGI Agent Python SDK for rapidly making agents for FEAGI

Slim/Core (Recommended for Production):

pip install feagi-core

Includes:

  • Python bindings for FEAGI libraries (intended for advanced users)
  • FEAGI Agent Python SDK for rapidly making agents for FEAGI

Note: Both packages use identical imports (from feagi import ...)


What is FEAGI?

FEAGI (Framework for Evolutionary Artificial General Intelligence) is a biologically inspired, modular neural execution engine designed for embodied AI and robotics. FEAGI enables spiking-neural-circuit-driven perception, cognition, and control across simulated and physical embodiments, with a strong emphasis on real-time interaction, modularity, and cross-platform deployment.

FEAGI serves as the core neural runtime behind Neurorobotics Studio, powering a growing ecosystem of reusable neural components ("brains"), tools, and integrations for robotics and physical AI.

The FEAGI Python SDK

The FEAGI Python SDK provides the tools you need to:

  • Connect robots and devices to FEAGI's neural network
  • Build learning agents for robots, simulators, and games
  • Visualize neural activity in real-time with Brain Visualizer
  • Control and manage FEAGI from Python code
  • Interface with diverse embodiments through standardized communication protocols

Key Concepts

  • Neuromorphic by Design – FEAGI is built as a neuromorphic framework inspired by biological neural computation. While it currently runs on conventional CPUs and GPUs, native support for neuromorphic hardware is a near-term roadmap item, enabling direct execution on event-driven, spike-based accelerators as they mature.

  • Embodied Intelligence First – FEAGI is designed to control bodies (robots, agents, simulations), not just process static data.

  • Spiking Neural Networks (SNNs) – Uses event-driven neuron firing rather than frame-based inference.

  • Modular Neural Architecture – Neural circuits can be composed like building blocks (Lego-like micro-circuits).

  • Real-Time Closed Loop – Continuous perception → cognition → action loop.

  • Cross-Simulator & Hardware Support – One brain, many bodies.


Quick Start

Get started with FEAGI in just 2 lines:

pip install "feagi"
feagi start 
feagi bv start

That's it! This installs FEAGI with Brain Visualizer, creates default configuration automatically, and launches the visualizer.

Documentation


Configuration Management

Initialize FEAGI environment with default configuration:

feagi init

This creates:

  • Configuration: ~/.feagi/config/feagi_configuration.toml
  • Genomes directory: ~/Documents/FEAGI/Genomes/ (macOS/Windows) or ~/FEAGI/genomes/ (Linux)
  • Connectomes directory: ~/Documents/FEAGI/Connectomes/ or ~/FEAGI/connectomes/
  • Logs and cache directories

For complete configuration options and customization, see DEPLOY.md.

Start FEAGI Engine from Python

from feagi.engine import FeagiEngine

engine = FeagiEngine()
engine.load_config()  # Uses default config
engine.load_genome("my_brain.json")  # Loads from genomes directory
engine.start()

Or from command line:

feagi start --config ~/.feagi/config/feagi_configuration.toml --genome my_brain.json

SDK Architecture

feagi/
├── agent/           # Agent framework (BaseAgent)
├── pns/             # Peripheral Nervous System (communication)
├── engine/          # Engine control
├── config/          # Configuration management
├── paths/           # Cross-platform path utilities
├── cli/             # Command-line tools
├── genome/          # Runtime genome manipulation (coming soon)
├── connectome/      # Brain state management (coming soon)
└── packaging/       # Marketplace packages (coming soon)

Examples

See examples/ for complete agent implementations:

  • Basic sensory agent
  • Robot agent (SDK-based)
  • Simulator agent (Webots)
  • Vision processing

Community & Support


Requirements

  • Python 3.10 or higher
  • Works on Linux, macOS, and Windows

License

Apache 2.0 - See LICENSE for details.

Copyright 2016-2025 Neuraville Inc. All Rights Reserved.


About Neuraville

FEAGI is developed by Neuraville, a company focused on democratizing robotics and enabling the next generation of embodied AI through modular, biologically inspired intelligence systems.

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

feagi_core-2.1.31.tar.gz (25.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

feagi_core-2.1.31-py3-none-any.whl (25.2 MB view details)

Uploaded Python 3

File details

Details for the file feagi_core-2.1.31.tar.gz.

File metadata

  • Download URL: feagi_core-2.1.31.tar.gz
  • Upload date:
  • Size: 25.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for feagi_core-2.1.31.tar.gz
Algorithm Hash digest
SHA256 9340c7f543b9e8fcf6f8bd8e5ed6d169ae2620d93eb340fc1827bf149e6888dd
MD5 dadfd9b5d0e4fa61b6a172e04d3e5354
BLAKE2b-256 fba690241f68752ea6f1506c205192e4d4c68cb820585857dbf979d944bccf3c

See more details on using hashes here.

File details

Details for the file feagi_core-2.1.31-py3-none-any.whl.

File metadata

  • Download URL: feagi_core-2.1.31-py3-none-any.whl
  • Upload date:
  • Size: 25.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for feagi_core-2.1.31-py3-none-any.whl
Algorithm Hash digest
SHA256 659b89aa920c38421e64446bdf1e664acf04de4742649003d66f700155152991
MD5 5dbc9227317553bdf1438c97e367240d
BLAKE2b-256 a0ca50d9aecd43e748b7fdd00df47ec6d94b57f1fa36c3d545669b63819120d2

See more details on using hashes here.

Supported by

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