README.md
pyproject.toml
wafer/__init__.py
wafer/agent/__init__.py
wafer/agent/_debug.py
wafer/agent/agent_session.py
wafer/agent/agents.py
wafer/agent/cli_commands.py
wafer/agent/environment.py
wafer/agent/fingerprint.py
wafer/agent/modal_runner.py
wafer/agent/modal_sandbox_utils.py
wafer/agent/models.py
wafer/agent/parsers.py
wafer/agent/paths.py
wafer/agent/progress.py
wafer/agent/skill_executor.py
wafer/agent/skills.py
wafer/agent/store.py
wafer/agent/subprocess_agents.py
wafer/agent/tool_execution.py
wafer/agent/transform_messages.py
wafer/agent/wire_events.py
wafer/agent/frontends/__init__.py
wafer/agent/frontends/http_push_frontend.py
wafer/agent/frontends/json_frontend.py
wafer/agent/frontends/none.py
wafer/agent/frontends/protocol.py
wafer/agent/frontends/runner.py
wafer/agent/frontends/terminal_renderer.py
wafer/agent/frontends/tui_frontend.py
wafer/agent/frontends/tui/__init__.py
wafer/agent/frontends/tui/_formatting.py
wafer/agent/frontends/tui/agent_renderer.py
wafer/agent/frontends/tui/control_flow_types.py
wafer/agent/frontends/tui/interactive_agent.py
wafer/agent/frontends/tui/oauth.py
wafer/agent/frontends/tui/terminal.py
wafer/agent/frontends/tui/theme.py
wafer/agent/frontends/tui/tui.py
wafer/agent/frontends/tui/utils.py
wafer/agent/frontends/tui/components/__init__.py
wafer/agent/frontends/tui/components/assistant_message.py
wafer/agent/frontends/tui/components/error_display.py
wafer/agent/frontends/tui/components/input.py
wafer/agent/frontends/tui/components/loader.py
wafer/agent/frontends/tui/components/loader_container.py
wafer/agent/frontends/tui/components/markdown.py
wafer/agent/frontends/tui/components/question_selector.py
wafer/agent/frontends/tui/components/session_picker.py
wafer/agent/frontends/tui/components/spacer.py
wafer/agent/frontends/tui/components/status_line.py
wafer/agent/frontends/tui/components/system_message.py
wafer/agent/frontends/tui/components/text.py
wafer/agent/frontends/tui/components/tool_execution.py
wafer/agent/frontends/tui/components/user_message.py
wafer/agent/providers/__init__.py
wafer/agent/providers/anthropic.py
wafer/agent/providers/base.py
wafer/agent/providers/google.py
wafer/agent/providers/openai_completions.py
wafer/agent/providers/openai_responses.py
wafer/agent/templates/__init__.py
wafer/agent/templates/loader.py
wafer/agent/tools/__init__.py
wafer/agent/tools/bash_tool.py
wafer/agent/tools/pull_session_files_tool.py
wafer/agent/tools/sandbox_run_tool.py
wafer/agent/tools/skill_tool.py
wafer/agent/tools/subagent_tool.py
wafer/agent/tools/file_tools/__init__.py
wafer/agent/tools/file_tools/edit_tool.py
wafer/agent/tools/file_tools/glob_tool.py
wafer/agent/tools/file_tools/grep_tool.py
wafer/agent/tools/file_tools/read_tool.py
wafer/agent/tools/file_tools/utils.py
wafer/agent/tools/file_tools/write_tool.py
wafer/cli/GUIDE.md
wafer/cli/__init__.py
wafer/cli/agent_runner.py
wafer/cli/analytics.py
wafer/cli/api_keys.py
wafer/cli/app.py
wafer/cli/auth.py
wafer/cli/billing.py
wafer/cli/cli_instructions.py
wafer/cli/cmd_agent.py
wafer/cli/cmd_settings.py
wafer/cli/cmd_target.py
wafer/cli/cmd_tool.py
wafer/cli/cmd_volume.py
wafer/cli/context_injectors.py
wafer/cli/deps.py
wafer/cli/evaluate.py
wafer/cli/global_config.py
wafer/cli/gpu_queue_api.py
wafer/cli/megakernel_cli.py
wafer/cli/output.py
wafer/cli/problems.py
wafer/cli/problems_cli.py
wafer/cli/rocprof_compute.py
wafer/cli/rocprof_sdk.py
wafer/cli/rocprof_systems.py
wafer/cli/sandbox_cli.py
wafer/cli/sandbox_heartbeat.py
wafer/cli/sandboxes_api.py
wafer/cli/ssh_keys.py
wafer/cli/target_resolve.py
wafer/cli/targets.py
wafer/cli/targets_ops.py
wafer/cli/trace_compare.py
wafer/cli/tracelens.py
wafer/cli/user_targets_api.py
wafer/cli/workspaces.py
wafer/cli/skills/b200-guide/SKILL.md
wafer/cli/skills/mi300x-guide/SKILL.md
wafer/cli/skills/mi355x-guide/SKILL.md
wafer/cli/skills/trn2-guide/SKILL.md
wafer/cli/skills/wafer-guide/SKILL.md
wafer/cli/skills/wafer-guide/commands.md
wafer/cli/skills/wafer-guide/evaluate.md
wafer/cli/skills/wafer-guide/pitfalls.md
wafer/cli/skills/wafer-guide/profiling.md
wafer/cli/skills/wafer-guide/workspaces.md
wafer/cli/templates/__init__.py
wafer/config/__init__.py
wafer/config/agent.py
wafer/config/bash_commands.py
wafer/config/loader.py
wafer/config/schema.py
wafer/config/templates/claude_code.toml
wafer/config/templates/codex.toml
wafer/config/templates/cursor_composer.toml
wafer/config/templates/cursor_gemini.toml
wafer/config/templates/cursor_gpt54.toml
wafer/config/templates/cursor_grok.toml
wafer/config/templates/cursor_kimi.toml
wafer/config/templates/cursor_opus.toml
wafer/config/templates/cursor_sonnet.toml
wafer/config/templates/default.toml
wafer/config/templates/kernel_arena.toml
wafer/config/templates/optimizer.toml
wafer/config/templates/smoke.toml
wafer/config/templates/trace_analyze.toml
wafer/dtypes/__init__.py
wafer/dtypes/_base.py
wafer/dtypes/content.py
wafer/dtypes/core.py
wafer/dtypes/environment.py
wafer/dtypes/evaluation.py
wafer/dtypes/messages.py
wafer/dtypes/session.py
wafer/dtypes/streaming.py
wafer/dtypes/tools.py
wafer/eval/__init__.py
wafer/eval/helpers.py
wafer/eval/judge.py
wafer/eval/sandbox_runner.py
wafer/eval/scoring.py
wafer/eval/bench/__init__.py
wafer/eval/bench/__main__.py
wafer/eval/bench/flashinfer_bench.py
wafer/eval/bench/gpumode.py
wafer/eval/bench/hipblaslt.py
wafer/eval/bench/kernelbench.py
wafer/eval/bench/vllm.py
wafer/eval/scorers/__init__.py
wafer/eval/scorers/aiter_scorer.py
wafer/eval/scorers/gpumode_scorer.py
wafer/eval/scorers/hipblaslt_gemm_scorer.py
wafer/eval/scorers/kernelbench_scorer.py
wafer/eval/scorers/megakernel_scorer.py
wafer/infra/__init__.py
wafer/infra/api_client.py
wafer/infra/api_config.py
wafer/infra/async_ssh.py
wafer/infra/auth.py
wafer/infra/gpu_detect.py
wafer/infra/remote_env.py
wafer/infra/remote_jobs.py
wafer/infra/retry.py
wafer/infra/ssh_utils.py
wafer/infra/logging/__init__.py
wafer/infra/logging/bridge.py
wafer/infra/logging/color_formatter.py
wafer/infra/logging/json_formatter.py
wafer/infra/logging/logging_config.py
wafer/profiling/__init__.py
wafer/profiling/rocprofiler/__init__.py
wafer/profiling/rocprofiler/compute/__init__.py
wafer/profiling/rocprofiler/compute/analyzer.py
wafer/profiling/rocprofiler/compute/finder.py
wafer/profiling/rocprofiler/compute/gui_server.py
wafer/profiling/rocprofiler/compute/profiler.py
wafer/profiling/rocprofiler/compute/types.py
wafer/profiling/rocprofiler/compute/gui/__init__.py
wafer/profiling/rocprofiler/compute/gui/__main__.py
wafer/profiling/rocprofiler/compute/gui/analysis_base.py
wafer/profiling/rocprofiler/compute/gui/analysis_webui.py
wafer/profiling/rocprofiler/compute/gui/config.py
wafer/profiling/rocprofiler/compute/gui/launcher.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_base.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_gfx908.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_gfx90a.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_gfx940.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_gfx941.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_gfx942.py
wafer/profiling/rocprofiler/compute/gui/rocprof_compute_soc/soc_gfx950.py
wafer/profiling/rocprofiler/compute/gui/utils/__init__.py
wafer/profiling/rocprofiler/compute/gui/utils/db_connector.py
wafer/profiling/rocprofiler/compute/gui/utils/file_io.py
wafer/profiling/rocprofiler/compute/gui/utils/gui.py
wafer/profiling/rocprofiler/compute/gui/utils/kernel_name_shortener.py
wafer/profiling/rocprofiler/compute/gui/utils/logger.py
wafer/profiling/rocprofiler/compute/gui/utils/mem_chart.py
wafer/profiling/rocprofiler/compute/gui/utils/mi_gpu_spec.py
wafer/profiling/rocprofiler/compute/gui/utils/parser.py
wafer/profiling/rocprofiler/compute/gui/utils/roofline.py
wafer/profiling/rocprofiler/compute/gui/utils/roofline_calc.py
wafer/profiling/rocprofiler/compute/gui/utils/schema.py
wafer/profiling/rocprofiler/compute/gui/utils/specs.py
wafer/profiling/rocprofiler/compute/gui/utils/tty.py
wafer/profiling/rocprofiler/compute/gui/utils/utils.py
wafer/profiling/rocprofiler/compute/gui/utils/gui_components/__init__.py
wafer/profiling/rocprofiler/compute/gui/utils/gui_components/header.py
wafer/profiling/rocprofiler/compute/gui/utils/gui_components/memchart.py
wafer/profiling/rocprofiler/sdk/__init__.py
wafer/profiling/rocprofiler/sdk/analyzer.py
wafer/profiling/rocprofiler/sdk/finder.py
wafer/profiling/rocprofiler/sdk/parser.py
wafer/profiling/rocprofiler/sdk/profiler.py
wafer/profiling/rocprofiler/sdk/types.py
wafer/profiling/rocprofiler/systems/__init__.py
wafer/profiling/rocprofiler/systems/finder.py
wafer/profiling/rocprofiler/systems/types.py
wafer/profiling/rocprofiler/systems/avail/__init__.py
wafer/profiling/rocprofiler/systems/avail/query.py
wafer/profiling/rocprofiler/systems/instrument/__init__.py
wafer/profiling/rocprofiler/systems/instrument/profiler.py
wafer/profiling/rocprofiler/systems/parsers/__init__.py
wafer/profiling/rocprofiler/systems/parsers/json_parser.py
wafer/profiling/rocprofiler/systems/parsers/text_parser.py
wafer/profiling/rocprofiler/systems/run/__init__.py
wafer/profiling/rocprofiler/systems/run/analyzer.py
wafer/profiling/rocprofiler/systems/run/profiler.py
wafer/profiling/rocprofiler/systems/sample/__init__.py
wafer/profiling/rocprofiler/systems/sample/profiler.py
wafer/profiling/trace_compare/__init__.py
wafer/profiling/trace_compare/aligner.py
wafer/profiling/trace_compare/analyzer.py
wafer/profiling/trace_compare/architecture.py
wafer/profiling/trace_compare/classifier.py
wafer/profiling/trace_compare/formatter.py
wafer/profiling/trace_compare/fused_analyzer.py
wafer/profiling/trace_compare/fusion_analyzer.py
wafer/profiling/trace_compare/fusion_analyzer_graph.py
wafer/profiling/trace_compare/graph_formatter.py
wafer/profiling/trace_compare/graph_formatter_detailed.py
wafer/profiling/trace_compare/graph_matcher.py
wafer/profiling/trace_compare/graph_matcher_utils.py
wafer/profiling/trace_compare/loader.py
wafer/profiling/trace_compare/warnings.py
wafer/profiling/tracelens/__init__.py
wafer/profiling/tracelens/comparator.py
wafer/profiling/tracelens/finder.py
wafer/profiling/tracelens/report_generator.py
wafer/profiling/tracelens/types.py
wafer/sandbox/__init__.py
wafer/sandbox/local.py
wafer/sandbox/manager.py
wafer/sandbox/operations.py
wafer/sandbox/session.py
wafer/sandbox/types.py
wafer/targets/__init__.py
wafer/targets/config.py
wafer/targets/operations.py
wafer/targets/selection.py
wafer/targets/spec_store.py
wafer/targets/types.py
wafer/targets/providers/__init__.py
wafer/targets/providers/baremetal.py
wafer_ai.egg-info/PKG-INFO
wafer_ai.egg-info/SOURCES.txt
wafer_ai.egg-info/dependency_links.txt
wafer_ai.egg-info/entry_points.txt
wafer_ai.egg-info/requires.txt
wafer_ai.egg-info/top_level.txt