.gitattributes
README.md
pyproject.toml
dist/gini_toolkit-6.0.0-py3-none-any.whl
dist/gini_toolkit-6.0.0.tar.gz
scripts/build_kb_index.py
scripts/gen_cue_shots.py
scripts/image_report.py
scripts/measure_reachability.py
scripts/probe_doctor.py
scripts/server_smoke.py
scripts/validate_lesson.py
src/_wtest.tmp
src/gini/__main__.py
src/gini/_version.py
src/gini/gloader.py
src/gini/agent/__init__.py
src/gini/agent/agent_gamemaster.py
src/gini/agent/aop_selector.py
src/gini/agent/api.py
src/gini/agent/ask.py
src/gini/agent/authoring.py
src/gini/agent/blackboard.py
src/gini/agent/contracts.py
src/gini/agent/domains.py
src/gini/agent/embed.py
src/gini/agent/gamemaster.py
src/gini/agent/kb.py
src/gini/agent/lesson_resolver.py
src/gini/agent/loop.py
src/gini/agent/mcp_server.py
src/gini/agent/meaning.py
src/gini/agent/mission.py
src/gini/agent/mission_controller.py
src/gini/agent/narration.py
src/gini/agent/notifier.py
src/gini/agent/personas.py
src/gini/agent/reasoning.py
src/gini/agent/recall.py
src/gini/agent/session.py
src/gini/agent/teaching_center.py
src/gini/agent/understand.py
src/gini/agent/verifiers.py
src/gini/agent/wizard.py
src/gini/agent/xv6_pack.py
src/gini/agent/llm/__init__.py
src/gini/agent/llm/backend.py
src/gini/agent/llm/fake.py
src/gini/agent/llm/ollama.py
src/gini/agent/tools/__init__.py
src/gini/agent/tools/registry.py
src/gini/agent/twin/__init__.py
src/gini/agent/twin/aop.py
src/gini/agent/twin/authoring.py
src/gini/agent/twin/contracts.py
src/gini/agent/twin/dialectic.py
src/gini/agent/twin/harness.py
src/gini/agent/twin/justify.py
src/gini/agent/twin/learner.py
src/gini/agent/twin/mission.py
src/gini/agent/twin/os_coach.py
src/gini/agent/twin/salience.py
src/gini/app/__init__.py
src/gini/app/context.py
src/gini/app/features.py
src/gini/app/paths.py
src/gini/data/README.md
src/gini/data/examples/mcast_tree.lua
src/gini/data/examples/rip_reference.lua
src/gini/data/examples/multicast_fs/README.md
src/gini/data/examples/multicast_fs/multicast.c
src/gini/data/examples/multicast_fs/multicast.h
src/gini/data/examples/multicast_fs/receiver.c
src/gini/data/examples/multicast_fs/sender.c
src/gini/runtime/__init__.py
src/gini/runtime/cloudfabric_agent.py
src/gini/runtime/console.py
src/gini/runtime/control.py
src/gini/runtime/frame.py
src/gini/runtime/gbridge.py
src/gini/runtime/grouter.py
src/gini/runtime/hostsim.py
src/gini/runtime/shuttle.py
src/gini/runtime/switch.py
src/gini/runtime/transport.py
src/gini/runtime/xv6_bridge.py
src/gini/server/__init__.py
src/gini/server/__main__.py
src/gini/server/app.py
src/gini/server/auth.py
src/gini/server/policy.py
src/gini/server/session.py
src/gini/services/__init__.py
src/gini/services/aop_observer.py
src/gini/services/boardflash.py
src/gini/services/boardsetup.py
src/gini/services/bootstrap.py
src/gini/services/cloud_catalog.py
src/gini/services/compiler.py
src/gini/services/discovery.py
src/gini/services/gloader.py
src/gini/services/orchestrator.py
src/gini/services/outbox.py
src/gini/services/persistence.py
src/gini/services/probe_runner.py
src/gini/services/project.py
src/gini/services/proof_recorder.py
src/gini/services/remote.py
src/gini/services/rider_runner.py
src/gini/services/rider_session.py
src/gini/services/shadow_store.py
src/gini/services/tc_ask.py
src/gini/services/tc_staff.py
src/gini/services/tc_submit.py
src/gini/services/terminal.py
src/gini/services/ttyd_client.py
src/gini/services/ttyd_protocol.py
src/gini/setup/__init__.py
src/gini/setup/cli.py
src/gini/setup/images.py
src/gini/setup/marker.py
src/gini/setup/runtime.py
src/gini/ui/__init__.py
src/gini/ui/app.py
src/gini/ui/assistant.py
src/gini/ui/author_dialog.py
src/gini/ui/board_dialog.py
src/gini/ui/branding.py
src/gini/ui/canvas.py
src/gini/ui/chat_panel.py
src/gini/ui/cpu_journey.py
src/gini/ui/cpu_lab.py
src/gini/ui/cue_cards.py
src/gini/ui/dashboard.py
src/gini/ui/diagnose_game.py
src/gini/ui/fingerprint_lab.py
src/gini/ui/first_run.py
src/gini/ui/flash_dialog.py
src/gini/ui/flow_hud.py
src/gini/ui/flow_layout.py
src/gini/ui/fragment_manager.py
src/gini/ui/game_catalog.py
src/gini/ui/game_renderers.py
src/gini/ui/games_lab.py
src/gini/ui/glass.py
src/gini/ui/gui_dispatch.py
src/gini/ui/hud.py
src/gini/ui/inspector.py
src/gini/ui/live_metrics.py
src/gini/ui/lock_lab.py
src/gini/ui/machine_lab.py
src/gini/ui/main_window.py
src/gini/ui/mark_dialog.py
src/gini/ui/mcast_hud.py
src/gini/ui/memory_lab.py
src/gini/ui/mission_panel.py
src/gini/ui/mode_indicator.py
src/gini/ui/os_hud.py
src/gini/ui/palette.py
src/gini/ui/peripherals.py
src/gini/ui/process_tree.py
src/gini/ui/proof_issue_dialog.py
src/gini/ui/proof_strip.py
src/gini/ui/proof_verify_dialog.py
src/gini/ui/reset_dialog.py
src/gini/ui/router_lab.py
src/gini/ui/routing_hud.py
src/gini/ui/run_button.py
src/gini/ui/settings_dialog.py
src/gini/ui/signin_dialog.py
src/gini/ui/source_browser.py
src/gini/ui/storage_lab.py
src/gini/ui/syscall_builder.py
src/gini/ui/syscall_lab.py
src/gini/ui/terminal_panel.py
src/gini/ui/terminal_view.py
src/gini/ui/trap_lab.py
src/gini/ui/worker_host.py
src/gini/ui/zoo_lab.py
src/gini/ui/assets/app_icon.icns
src/gini/ui/assets/app_icon.ico
src/gini/ui/assets/app_icon.png
src/gini/ui/assets/app_icon_1024.png
src/gini/ui/assets/cue/_w.txt
src/gini/ui/assets/cue/ai.png
src/gini/ui/assets/cue/canvas.png
src/gini/ui/assets/cue/cloud.png
src/gini/ui/assets/cue/cost.png
src/gini/ui/assets/cue/metrics.png
src/gini/ui/assets/cue/router.png
src/gini/ui/assets/cue/run.png
src/gini/ui/assets/cue/serverless.png
src/gini/ui/assets/cue/settings.png
src/gini/ui/assets/cue/welcome.png
src/gini/ui/assets/cue/wizard.png
src/gini/ui/assets/cue/dark/ai.png
src/gini/ui/assets/cue/dark/canvas.png
src/gini/ui/assets/cue/dark/cloud.png
src/gini/ui/assets/cue/dark/cost.png
src/gini/ui/assets/cue/dark/metrics.png
src/gini/ui/assets/cue/dark/router.png
src/gini/ui/assets/cue/dark/run.png
src/gini/ui/assets/cue/dark/serverless.png
src/gini/ui/assets/cue/dark/settings.png
src/gini/ui/assets/cue/dark/welcome.png
src/gini/ui/assets/cue/dark/wizard.png
src/gini/ui/assets/cue/ginibrand/ai.png
src/gini/ui/assets/cue/ginibrand/canvas.png
src/gini/ui/assets/cue/ginibrand/cloud.png
src/gini/ui/assets/cue/ginibrand/cost.png
src/gini/ui/assets/cue/ginibrand/metrics.png
src/gini/ui/assets/cue/ginibrand/router.png
src/gini/ui/assets/cue/ginibrand/run.png
src/gini/ui/assets/cue/ginibrand/serverless.png
src/gini/ui/assets/cue/ginibrand/settings.png
src/gini/ui/assets/cue/ginibrand/welcome.png
src/gini/ui/assets/cue/ginibrand/wizard.png
src/gini/ui/assets/cue/highcontrast/ai.png
src/gini/ui/assets/cue/highcontrast/canvas.png
src/gini/ui/assets/cue/highcontrast/cloud.png
src/gini/ui/assets/cue/highcontrast/cost.png
src/gini/ui/assets/cue/highcontrast/metrics.png
src/gini/ui/assets/cue/highcontrast/router.png
src/gini/ui/assets/cue/highcontrast/run.png
src/gini/ui/assets/cue/highcontrast/serverless.png
src/gini/ui/assets/cue/highcontrast/settings.png
src/gini/ui/assets/cue/highcontrast/welcome.png
src/gini/ui/assets/cue/highcontrast/wizard.png
src/gini/ui/assets/cue/light/ai.png
src/gini/ui/assets/cue/light/canvas.png
src/gini/ui/assets/cue/light/cloud.png
src/gini/ui/assets/cue/light/cost.png
src/gini/ui/assets/cue/light/metrics.png
src/gini/ui/assets/cue/light/router.png
src/gini/ui/assets/cue/light/run.png
src/gini/ui/assets/cue/light/serverless.png
src/gini/ui/assets/cue/light/settings.png
src/gini/ui/assets/cue/light/welcome.png
src/gini/ui/assets/cue/light/wizard.png
src/gini/ui/theme/__init__.py
src/gini/ui/theme/icons.py
src/gini/ui/theme/manager.py
src/gini/ui/theme/tokens.py
src/gini_toolkit.egg-info/PKG-INFO
src/gini_toolkit.egg-info/SOURCES.txt
src/gini_toolkit.egg-info/dependency_links.txt
src/gini_toolkit.egg-info/entry_points.txt
src/gini_toolkit.egg-info/requires.txt
src/gini_toolkit.egg-info/scm_file_list.json
src/gini_toolkit.egg-info/scm_version.json
src/gini_toolkit.egg-info/top_level.txt
tests/conftest.py
tests/test_addressing.py
tests/test_agent.py
tests/test_agent_integration.py
tests/test_agent_loop.py
tests/test_ai_context.py
tests/test_aop_assemble.py
tests/test_aop_end_to_end.py
tests/test_aop_observer.py
tests/test_aop_report.py
tests/test_aop_schema.py
tests/test_aop_selector.py
tests/test_ask.py
tests/test_ask_gini.py
tests/test_ask_pipeline.py
tests/test_assembly.py
tests/test_assistant_explain_routing.py
tests/test_assistant_menu.py
tests/test_auth.py
tests/test_authoring.py
tests/test_authoring_build2.py
tests/test_autobuild_setting.py
tests/test_blackboard.py
tests/test_blueprints.py
tests/test_board_carry.py
tests/test_board_dialog.py
tests/test_board_liveness.py
tests/test_boardflash.py
tests/test_boardsetup.py
tests/test_bootstrap.py
tests/test_canvas_connect.py
tests/test_canvas_dead_items.py
tests/test_catalog.py
tests/test_certify.py
tests/test_chat_panel.py
tests/test_cloud.py
tests/test_cloud_fabric.py
tests/test_compose.py
tests/test_compose_valid.py
tests/test_composer.py
tests/test_composition.py
tests/test_connect_gesture.py
tests/test_connection_rules.py
tests/test_console_routing.py
tests/test_constraints.py
tests/test_content_and_forks.py
tests/test_contract.py
tests/test_control.py
tests/test_cpu_journey.py
tests/test_cpu_lab.py
tests/test_cue_cards.py
tests/test_delete.py
tests/test_desktop.py
tests/test_diagnose.py
tests/test_diagnose_game.py
tests/test_discovery.py
tests/test_domain.py
tests/test_domains.py
tests/test_embed.py
tests/test_experiments.py
tests/test_explain.py
tests/test_faas_authoring.py
tests/test_faces.py
tests/test_fingerprint.py
tests/test_fingerprint_lab.py
tests/test_first_run.py
tests/test_flash_dialog.py
tests/test_flowlog.py
tests/test_flows_dedupe.py
tests/test_flowtable.py
tests/test_fragment_ports.py
tests/test_fragment_terminals.py
tests/test_fragment_yaml.py
tests/test_gamemaster.py
tests/test_gini32.py
tests/test_gloader.py
tests/test_gradebook_official.py
tests/test_grader.py
tests/test_grconsole_shell.py
tests/test_grounding_stance.py
tests/test_grouping.py
tests/test_gui_dispatch.py
tests/test_guided_missions.py
tests/test_hub.py
tests/test_integration.py
tests/test_k8s.py
tests/test_kata.py
tests/test_kb.py
tests/test_kb_index_sync.py
tests/test_kernel_board.py
tests/test_kernel_source.py
tests/test_knowledge.py
tests/test_lab_lifetime.py
tests/test_launch_args.py
tests/test_launchable.py
tests/test_legality.py
tests/test_lesson.py
tests/test_lesson_resolver.py
tests/test_lexicon.py
tests/test_live_metrics.py
tests/test_loadgen_proxy.py
tests/test_long_press_guard.py
tests/test_loop_visible.py
tests/test_m2_behavioral.py
tests/test_m7_polish.py
tests/test_machine_lab.py
tests/test_machine_lab_concurrency.py
tests/test_machine_state.py
tests/test_machine_toolkit.py
tests/test_mark_dialog.py
tests/test_meaning.py
tests/test_memory_lab.py
tests/test_memwatch.py
tests/test_mission.py
tests/test_mission_controller.py
tests/test_mission_panel.py
tests/test_missions.py
tests/test_missions_entry.py
tests/test_missions_mode.py
tests/test_name_independence.py
tests/test_naming.py
tests/test_narration.py
tests/test_network_hud_glue.py
tests/test_network_hud_model.py
tests/test_nfv.py
tests/test_no_vacuous_objectives.py
tests/test_notifier.py
tests/test_objectives.py
tests/test_ollama_thinking.py
tests/test_orchestrator_switch.py
tests/test_os_events.py
tests/test_os_hud_paint.py
tests/test_os_zoo.py
tests/test_oszoo_compile.py
tests/test_ota_build4.py
tests/test_packaging.py
tests/test_paging.py
tests/test_paging_games.py
tests/test_palette_taxonomy.py
tests/test_parked.py
tests/test_peripherals_wiring.py
tests/test_persistence.py
tests/test_policy_game.py
tests/test_present.py
tests/test_pricing.py
tests/test_probes.py
tests/test_process_tree.py
tests/test_profile.py
tests/test_projects.py
tests/test_proof_arm.py
tests/test_proof_chain.py
tests/test_proof_events.py
tests/test_proof_narration.py
tests/test_quit_guard.py
tests/test_rank_spot.py
tests/test_reach_strategy.py
tests/test_reasoning.py
tests/test_recall.py
tests/test_receipt_distinctness.py
tests/test_recipes.py
tests/test_recorder.py
tests/test_remote.py
tests/test_remote_gui.py
tests/test_rider_session.py
tests/test_riders.py
tests/test_route_history.py
tests/test_router_lab.py
tests/test_router_lab_polling.py
tests/test_router_restart.py
tests/test_router_scripts.py
tests/test_routetable.py
tests/test_routing_hud.py
tests/test_routing_model.py
tests/test_scaffold.py
tests/test_scoring.py
tests/test_sdn.py
tests/test_sdn_dashboard.py
tests/test_sdn_orchestrator.py
tests/test_secgroup.py
tests/test_server.py
tests/test_serverless.py
tests/test_session.py
tests/test_settings.py
tests/test_setup.py
tests/test_sfc_chain.py
tests/test_sfc_ui.py
tests/test_shadow_store.py
tests/test_sizing.py
tests/test_sleep_channels.py
tests/test_slots.py
tests/test_source_browser.py
tests/test_source_browser_modes.py
tests/test_sources_sinks.py
tests/test_sources_sinks_ui.py
tests/test_staging.py
tests/test_stars.py
tests/test_station_quiet.py
tests/test_storage_lab.py
tests/test_syscall_builder.py
tests/test_syscall_builder_ui.py
tests/test_tap_offload.py
tests/test_tc_activities.py
tests/test_tc_ask.py
tests/test_tc_console_behaviour.py
tests/test_tc_console_js.py
tests/test_tc_handin.py
tests/test_tc_makecert.py
tests/test_tc_marking.py
tests/test_tc_migration.py
tests/test_tc_new_format.py
tests/test_tc_outbox.py
tests/test_tc_routes.py
tests/test_tc_tls.py
tests/test_teaching_center.py
tests/test_terminal.py
tests/test_terminal_panel.py
tests/test_terminal_persistence.py
tests/test_terminal_selection.py
tests/test_terminal_view.py
tests/test_theme_scope.py
tests/test_themes_runbutton.py
tests/test_ticket.py
tests/test_topic_cloud.py
tests/test_topic_cloud_ui.py
tests/test_trap_fault_game.py
tests/test_trap_lab.py
tests/test_ttyd_launcher.py
tests/test_ttyd_protocol.py
tests/test_tutor.py
tests/test_twin.py
tests/test_twin_aop.py
tests/test_twin_surfaces.py
tests/test_ui_tweaks.py
tests/test_understand.py
tests/test_unified_chat.py
tests/test_upload_build3.py
tests/test_user_pill.py
tests/test_validate.py
tests/test_vnf.py
tests/test_vpc.py
tests/test_vpc_canvas.py
tests/test_walker_corridor.py
tests/test_webengine_startup.py
tests/test_wizard.py
tests/test_wizard_engine.py
tests/test_worker_outlives_dialog.py
tests/test_xray.py
tests/test_xv6.py
tests/test_xv6_agent.py
tests/test_xv6_agent_serial.py
tests/test_xv6_bridge.py
tests/test_xv6_compile.py
tests/test_xv6_fs.py
tests/test_xv6_modes.py
tests/test_xv6_pack.py
tests/test_xv6_patch.py
tests/test_xv6_runner.py
tests/test_xv6_vm.py