LICENSE
README.md
pyproject.toml
app/__init__.py
app/config.py
app/main.py
app/room_contract.py
app/time.py
app/api/__init__.py
app/api/admin.py
app/api/deps.py
app/api/http.py
app/api/ws.py
app/auth/__init__.py
app/auth/session.py
app/auth/site_access.py
app/channels/__init__.py
app/channels/base.py
app/channels/webapp.py
app/data/__init__.py
app/data/body_language.py
app/data/quirks_catalog.py
app/data/species.py
app/data/voice.py
app/engine/__init__.py
app/engine/aging.py
app/engine/mood.py
app/engine/outings.py
app/engine/quirks.py
app/eval/__init__.py
app/eval/corpus.py
app/eval/runner.py
app/memory/__init__.py
app/memory/buffer.py
app/memory/core.py
app/memory/moments.py
app/packs/__init__.py
app/packs/lint.py
app/packs/loader.py
app/packs/sanitize.py
app/packs/profiles/dog/pack.yaml
app/packs/profiles/dog/voice.yaml
app/packs/profiles/dog/phrases/dog.yaml
app/packs/profiles/dog/species/dog.svg
app/packs/profiles/dog/species/dog.yaml
app/packs/profiles/pig/pack.yaml
app/packs/profiles/pig/voice.yaml
app/packs/profiles/pig/phrases/pig.yaml
app/packs/profiles/pig/species/pig.svg
app/packs/profiles/pig/species/pig.yaml
app/runtime/__init__.py
app/runtime/actions.py
app/runtime/client.py
app/runtime/llm_log.py
app/runtime/pet_state.py
app/runtime/prompt.py
app/runtime/respond.py
app/runtime/scene_fx.py
app/runtime/shared_trace.py
app/runtime/validator.py
app/runtime/visits.py
app/scheduler/__init__.py
app/scheduler/jobs.py
app/static/access.html
app/static/app.js
app/static/apple-touch-icon.png
app/static/favicon.svg
app/static/icon-192.png
app/static/icon-512-maskable.png
app/static/icon-512.png
app/static/index.html
app/static/manifest.json
app/static/style.css
app/static/js/api.js
app/static/js/figures.js
app/static/js/memory.js
app/static/js/presence.js
app/static/js/quirks.js
app/static/js/sound.js
app/static/js/state.js
app/static/js/ui.js
app/static/js/wool.js
app/static/js/woolevents.js
app/static/js/woolfx.js
app/static/js/woolvisits.js
app/static/js/ws.js
app/static/vendor/alpine-3.14.1.min.js
app/storage/__init__.py
app/storage/db.py
app/storage/models.py
app/storage/repo.py
packages/woolpack/LICENSE-CC0
tests/test_access_client.py
tests/test_adoption_defaults.py
tests/test_aging.py
tests/test_app_flows.py
tests/test_auth_namespace.py
tests/test_client.py
tests/test_config.py
tests/test_container_entrypoint.py
tests/test_database_boundary.py
tests/test_demo_self_play.py
tests/test_design_docs.py
tests/test_distribution_boundary.py
tests/test_dog_pack.py
tests/test_guest_mode.py
tests/test_household.py
tests/test_llm_lane.py
tests/test_migrations.py
tests/test_mood.py
tests/test_outings.py
tests/test_overlay_provider.py
tests/test_pack_lint.py
tests/test_pack_pebble.py
tests/test_packs.py
tests/test_packs_client.py
tests/test_phrase_golden.py
tests/test_pig_pack.py
tests/test_quirk_registry.py
tests/test_quirks.py
tests/test_release_workflow.py
tests/test_respond.py
tests/test_room_client.py
tests/test_room_contract.py
tests/test_site_identity.py
tests/test_species_registry.py
tests/test_time.py
tests/test_voice_client.py
tests/test_woolpack_cards.py
tests/test_ws_auth.py
woolroom/__init__.py
woolroom/adoption.py
woolroom/auth.py
woolroom/database.py
woolroom/identity.py
woolroom/overlay.py
woolroom/py.typed
woolroom.egg-info/PKG-INFO
woolroom.egg-info/SOURCES.txt
woolroom.egg-info/dependency_links.txt
woolroom.egg-info/entry_points.txt
woolroom.egg-info/requires.txt
woolroom.egg-info/top_level.txt
woolroom/migrations/README
woolroom/migrations/__init__.py
woolroom/migrations/env.py
woolroom/migrations/script.py.mako
woolroom/migrations/versions/48575234f9ca_initial_schema.py
woolroom/migrations/versions/__init__.py