Object.SystemDemo (object v0.1.2)
Demonstration of the comprehensive Object system with mailboxes and subtypes based on the AAOS specification.
Summary
Functions
Runs a comprehensive demo of the Object system.
Functions
Runs a comprehensive demo of the Object system.
Executes a complete demonstration including:
- Creating specialized object subtypes
- AI agent reasoning demonstrations
- Human-AI interactions
- Sensor and actuator operations
- Multi-object coordination
- Message passing between objects
- Meta-DSL self-modification
Returns
Map containing results from all demonstration scenarios
Examples
iex> Object.SystemDemo.run_demo()
%{ai_reasoning: %{problem_solved: true}, ...}