Skip to content

Releases: web3guru888/asi-build

v0.1.0-alpha — Initial Research Framework

11 Apr 09:45

Choose a tag to compare

ASI:BUILD v0.1.0-alpha

First public research release of the ASI:BUILD framework.

What's included

Core Modules

  • 🧠 consciousness — Global Workspace Theory, Integrated Information Theory (Φ), Attention Schema
  • 🔗 knowledge_graph — Bi-temporal KG with provenance, A* pathfinding, pheromone learning
  • 🤝 cognitive_synergy — Multi-agent reasoning with information-theoretic synergy metrics
  • 🔐 homomorphic_encryption — Computation on encrypted data
  • ⚛️ quantum_classical — Hybrid quantum-classical processing scaffolding
  • 🌐 multimodal_perception — Cross-modal sensory integration
  • 💬 natural_language — NLP pipeline with semantic parsing
  • 🔄 meta_learning — Learning-to-learn, MAML-inspired optimization

Status

⚠️ This is research-alpha software. Module maturity varies — see the README modules table for per-module status indicators. Not suitable for production use.

Getting Started

pip install -e .
python -c "from src.consciousness import GlobalWorkspace; gw = GlobalWorkspace(); print('Ready')"

Contributing

See CONTRIBUTING.md and CODE_OF_CONDUCT.md.

Open issues for unit tests, KG API docs, and IIT benchmarks welcome contributions!

License

MIT — see LICENSE