FEAGI - Framework for Evolutionary Artificial General Intelligence
Complete FEAGI SDK with Brain Visualizer included.
Installation
pip install feagi
This installs:
- feagi-core - SDK for building agents and controlling FEAGI
- Brain Visualizer - Real-time 3D neural activity visualization
Quick Start
# Start FEAGI with barebones genome
feagi start
# Launch Brain Visualizer
feagi bv start
When to Use This Package
Use feagi (this package) when you want:
- Visual development and debugging
- Real-time neural activity monitoring
- Learning and tutorials
- Interactive demos
Alternative: feagi-core (Slim)
For production deployments, CI/CD, or when you don't need visualization:
pip install feagi-core
The feagi-core package:
- Smaller - ~5MB vs ~196MB
- Faster installs - Great for containers
- Same imports - All code examples work identically
- Perfect for - Production, inference-only, edge devices, CI/CD
Imports Work Identically
Both packages use the same import namespace:
from feagi.agent import FeagiAgent
from feagi.pns import PNSClient
from feagi.engine import FeagiEngine
Features
- Agent SDK - Build sensory/motor agents for robotics and simulations
- Engine Control - Start/stop FEAGI neural engine programmatically
- PNS Client - Connect to FEAGI's Peripheral Nervous System
- Brain Visualizer - 3D real-time visualization (included in this package)
- CLI Tools -
feagiandfeagi bvcommands
Documentation
License
Apache License 2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
feagi-2.1.55.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file feagi-2.1.55.tar.gz.
File metadata
- Download URL: feagi-2.1.55.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47a57561c4be23686e487ef67824d40cdec960c7f0420ec8f894c774270b5a8d
|
|
| MD5 |
486be793b24d75c736ab6f7e57e38e0a
|
|
| BLAKE2b-256 |
e87846d93624a66eb608a43a52eb29dfe7d77d8bae8975a4e887bdb1852cfe2a
|
File details
Details for the file feagi-2.1.55-py3-none-any.whl.
File metadata
- Download URL: feagi-2.1.55-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b218f1a573c5aa2e4faf2a49dbbf0fdc37ef46ace921355ec2311d7cf47ba2be
|
|
| MD5 |
4f1bc201ef69336eb7c83cbb2c675bab
|
|
| BLAKE2b-256 |
dc7d3861e7b6e5b01b3295a08a8f0f910c2c16c0a5c6a52bc74847c94590bc52
|