LICENSE
NOTICE
README.md
pyproject.toml
gametheory/__init__.py
gametheory/_db.py
gametheory/_internal.py
gametheory/agents/__init__.py
gametheory/agents/aspiration_detector.py
gametheory/agents/snhp_variants.py
gametheory/auctions/__init__.py
gametheory/auctions/bidder.py
gametheory/auctions/seller.py
gametheory/coalition/__init__.py
gametheory/crypto/__init__.py
gametheory/crypto/first_strike.py
gametheory/evals/__init__.py
gametheory/evals/_quick_detector_check.py
gametheory/evals/buy_side_first_strike.py
gametheory/evals/cold_agent_eval.py
gametheory/evals/final_tournament.py
gametheory/evals/long_horizon_variants.py
gametheory/evals/optuna_multi_objective.py
gametheory/evals/optuna_multi_objective_v2.py
gametheory/evals/pbt_self_play.py
gametheory/evals/snhp_match_aspiration.py
gametheory/mechanism/__init__.py
gametheory/mechanism/gale_shapley.py
gametheory/mechanism/optimal_auction.py
gametheory/mechanism/posted_price.py
gametheory/negotiation/__init__.py
gametheory/negotiation/_config.py
gametheory/negotiation/_peer.py
gametheory/negotiation/_sim.py
gametheory/negotiation/a2a_peer_demo.py
gametheory/negotiation/bundle.py
gametheory/negotiation/bundle_validation.py
gametheory/negotiation/buy.py
gametheory/negotiation/dispute_copilot.py
gametheory/negotiation/dispute_sim.py
gametheory/negotiation/negotiate_demo.py
gametheory/negotiation/plain_terms.py
gametheory/negotiation/sell.py
gametheory/server/__init__.py
gametheory/server/_http_entry.py
gametheory/server/_llm_budget.py
gametheory/server/a2a_routes.py
gametheory/server/billing.py
gametheory/server/dispute_analytics.py
gametheory/server/http.py
gametheory/server/mcp_server.py
gametheory/server/middleware.py
gametheory/server/onboarding.py
gametheory/server/peering.py
gametheory/server/registry.py
gametheory/server/settlement.py
gametheory/server/telemetry.py
gametheory/tests/__init__.py
gametheory/tests/eval_end_to_end.py
gametheory/tests/test_a2a_commerce.py
gametheory/tests/test_a2a_mcp_parity.py
gametheory/tests/test_a2a_peer_demo.py
gametheory/tests/test_billing.py
gametheory/tests/test_bundle.py
gametheory/tests/test_first_strike_persistence.py
gametheory/tests/test_integration.py
gametheory/tests/test_mcp.py
gametheory/tests/test_peer_mode_integration.py
gametheory/tests/test_plain_terms.py
gametheory/tests/test_sprint1.py
gametheory/tests/test_sprint2.py
gametheory/tests/test_sprint3.py
gametheory/tests/test_telemetry.py
snhp/__init__.py
snhp/_stats.py
snhp/agent_cli.py
snhp/anthropic_calibrate.py
snhp/b2b_benchmark.py
snhp/b2b_opponents.py
snhp/b2b_round_robin.py
snhp/bayesian_agent.py
snhp/benchmark.py
snhp/boa_diagnostic.py
snhp/cb_loader.py
snhp/cost_calculator.py
snhp/cs_negotiation_dataset.py
snhp/dispute_economics.py
snhp/engram.py
snhp/eval_cost_estimator.py
snhp/eval_harness.py
snhp/eval_metrics.py
snhp/expert_simulations.py
snhp/extraction_benchmark.py
snhp/extraction_benchmark_data.py
snhp/fetch_cfpb_disputes.py
snhp/fetch_craigslist.py
snhp/formatters.py
snhp/friction_simulations.py
snhp/game_theory.py
snhp/greenpoint_test.py
snhp/history_store.py
snhp/llm_audit.py
snhp/llm_extractor.py
snhp/llm_minimal_snhp.py
snhp/llm_negotiator.py
snhp/llm_strong_baseline.py
snhp/llm_vs_llm.py
snhp/llm_with_snhp.py
snhp/market_intel.py
snhp/mcp_server.py
snhp/meta_exploiters.py
snhp/micro_agent.py
snhp/models.py
snhp/nash_solver.py
snhp/negmas_agent.py
snhp/optuna_optimizer.py
snhp/optuna_tuner.py
snhp/pact_harness.py
snhp/phase1_certification.py
snhp/playbook_tuner.py
snhp/playbooks.py
snhp/priors_simulations.py
snhp/run_statistical_benchmark.py
snhp/run_tests.py
snhp/run_tuned_tournament.py
snhp/sdk.py
snhp/simulations.py
snhp/snhp_exploiter.py
snhp/snhp_protocol.py
snhp/snhp_vs_llm.py
snhp/snhp_vs_llm_cost.py
snhp/statistical_benchmark.py
snhp/strong_baseline_headtohead.py
snhp/sweep_commitment_margin.py
snhp/thompson_negotiator.py
snhp.egg-info/PKG-INFO
snhp.egg-info/SOURCES.txt
snhp.egg-info/dependency_links.txt
snhp.egg-info/entry_points.txt
snhp.egg-info/requires.txt
snhp.egg-info/top_level.txt
snhp/core_math/__init__.py
snhp/core_math/bayesian.py
snhp/core_math/rubinstein.py
snhp/market/__init__.py
snhp/market/priors.py
snhp/scripts/sanity_check.py
snhp/scripts/vending_machine_benchmark.py
snhp/server/api.py