LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/context_awareness.py
src/learning_loop.py
src/p2p_network.py
src/performance.py
src/skill_manager.py
src/sync_monitor.py
src/system_integrator.py
src/core/__init__.py
src/core/communication.py
src/core/config.py
src/core/device.py
src/core/device_discovery.py
src/core/discovery.py
src/core/memory.py
src/core/storage.py
src/core/sync.py
src/pao_system.egg-info/PKG-INFO
src/pao_system.egg-info/SOURCES.txt
src/pao_system.egg-info/dependency_links.txt
src/pao_system.egg-info/entry_points.txt
src/pao_system.egg-info/not-zip-safe
src/pao_system.egg-info/requires.txt
src/pao_system.egg-info/top_level.txt
src/protocols/communication.py
src/protocols/websocket_client.py
src/protocols/websocket_server.py
tests/test_automation.py
tests/test_discovery.py
tests/test_performance.py