Complete FEAGI SDK with Brain Visualizer - Framework for Evolutionary Artificial General Intelligence
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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.14.tar.gz.
File metadata
- Download URL: feagi-2.1.14.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adc276599377260496df6469a83409e4075fd70b1b86ee926f05e867466ddd04
|
|
| MD5 |
f9338253a52041ea2a5bb18169e7b8d1
|
|
| BLAKE2b-256 |
3dbcc777e85fd210210fea088fa1c9ee5f549d26cab9839060c1566e543738f3
|
File details
Details for the file feagi-2.1.14-py3-none-any.whl.
File metadata
- Download URL: feagi-2.1.14-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3caf0415173bfeb87d54df685b8df7bf07d4313f815df9028095ce4553136b8a
|
|
| MD5 |
42a1f4ffda616541bf31400ceadb9d52
|
|
| BLAKE2b-256 |
827a91350480644f61f69886463873a364092693e2601c965174867b31976646
|