amai_ocl
No description available.
File Explorer
Download Latest Version (.zip)- commerce_policy.ar
- __init__.py
- adapter.py
- policy.py
- predicates.py
- retry_policy.py
- runtime.py
- seller_policy.md
- commerce_tools.yaml
- __init__.py
- adapter.py
- event_logger.py
- policy_state.py
- retry_policy.py
- runtime.py
- tools.py
- __init__.py
- __init__.py
- __main__.py
- adapters.py
- attribution.py
- config.py
- control.py
- coordinator.py
- experiment.py
- runner.py
- schemas.py
- script_utils.py
- statistics.py
- __init__.py
- clerk_agent.py
- dialogue_prompts.py
- transaction_agents.py
- __init__.py
- __init__.py
- buyer_surface.py
- dialogue_decorator.py
- history_renderer.py
- opening_renderer.py
- __init__.py
- clerk_agent_demo.py
- demo.py
- dialogue_actions.py
- dialogue_demo.py
- env.py
- metrics.py
- policies.py
- runner.py
- schemas.py
- simulator.py
- tasks.py
- transaction_env.py
- walkthrough.py
- test_benchmark.py
- pyproject.toml
- README.md
- ablation.yaml
- adversarial_buyers.json
- batch.yaml
- benchmark.yaml
- benchmark_agentspec_qwen.yaml
- benchmark_baselines.yaml
- benchmark_baselines_qwen.yaml
- benchmark_baselines_toolguard.yaml
- default.yaml
- demo.yaml
- paired.yaml
- shapley.yaml
- benign_buyers.json
- split_manifest_v1.json
- __init__.py
- adaptive_demo.py
- agenticpay_adapter.py
- agenticpay_runner.py
- batch_experiment.py
- datasets.py
- demo.py
- trace_export.py
- test_agenticpay_hard_constraints.py
- test_v2_protocol.py
- CONSTRAINT_BANK_EXPERIMENT_PLAN.md
- CONSTRAINT_BANK_ZH.md
- DESIGN.md
- pyproject.toml
- README.md
- __init__.py
- audit.py
- contracts.py
- evaluators.py
- json_utils.py
- learning.py
- library.py
- pipeline.py
- policies.py
- retrieval.py
- runtime.py
- validators.py
- versioning.py
- DESIGN.md
- pyproject.toml
- README.md
- __init__.py
- aocl_adapter.py
- audit.py
- contracts.py
- json_utils.py
- lifecycle.py
- phase0_probe.py
- phase1.py
- phases.py
- qwen_model.py
- runtime.py
- shim.py
- tooling.py
- validation.py
- test_cli_summary.py
- test_phase0.py
- test_phase1.py
- test_qwen_provider.py
- test_validation.py
- DESIGN.md
- pyproject.toml
- README.md
- DESIGN.md
- README.md
- benchmark_results.json
- conversation_logs.txt
- terminal_output.txt
- benchmark_ci.md
- benchmark_persona_ci.csv
- benchmark_records.csv
- benchmark_results.json
- benchmark_summary_ci.csv
- benchmark_results.json
- conversation_logs.txt
- terminal_output.txt
- matched5_comparison.json
- matched5_comparison.md
- matched5_per_profile.csv
- matched5_summary.csv
- README.md
- verification_manifest.json
- benchmark_ci.py
- build_toolguard_commerce.py
- test_agentspec_commerce_adapter.py
- test_agentspec_commerce_integration.py
- test_agentspec_commerce_runtime.py
- test_agentspec_commerce_statistics.py
- test_algorithm_bodies.py
- test_attribution_shapley_interfaces.py
- test_baseline_arms.py
- test_constraint_engine_rules.py
- test_control_contract.py
- test_coordinator.py
- test_escalation_manager.py
- test_evaluation_metrics.py
- test_ocl_buyer_seller_isolation.py
- test_ocl_constraint_integration.py
- test_provider_config.py
- test_single_buyer_seller_isolation.py
- test_toolguard_commerce_baseline.py
- test_toolguard_commerce_integration.py
- toolguard_commerce_fixtures.py
- .gitignore
- benchmark_guide_cn.md
- generate_adversarial_buyers.py
- LICENSE
- pyproject.toml
- README.md
- readme_cn.md
# Installation Guide
1. Get the code
git clone https://github.com/SHITIANYU-hue/amai_ocl
Downloads the entire project code from GitHub to your computer.
cd amai_ocl
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install "git+https://github.com/SafeRL-Lab/AgenticPay.git"
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
python -m venv .venv
Runs the Python script (or module).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
pip install "git+https://github.com/SafeRL-Lab/AgenticPay.git"
Installs the package published on PyPI directly โ no need to clone the source.
pip install -e benchmarks/conversational_consumer_selection_v2
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e ".[toolguard]"
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
