Skip to content

[Docs]: Audit runnable examples for manifest-derived tool name dispatch #178

Description

@rosspeili

What needs to be fixed?

#173 / PR #175 fix gemini_wallet_check.py and claude_wallet_check.py for finance/wallet_screening. Several other runnable examples still hardcode tool names that may not match bundle["manifest"]["name"] or sanitized adapter names — the same silent dispatch failure mode.

Audit and update examples to prefer TOOL_NAME = bundle["manifest"]["name"] (Gemini/Claude) or openai_tool["function"]["name"] (OpenAI/DeepSeek), matching gemini_evm_tx_handler.py / claude_evm_tx_handler.py.

Known hardcoded comparisons on main:

Out of scope: loader/adapter behavior; manifest renames (separate RFC).

Acceptance:

  • All examples/* agent-loop scripts dispatch via manifest-derived or adapter-derived names
  • examples/README.md unchanged unless scripts renamed
  • CHANGELOG [Unreleased] entry

Affected Page

examples/claude_pdf_form_filler.py, examples/gemini_pdf_form_filler.py, examples/gemini_wallet_check.py, examples/claude_wallet_check.py, docs/usage/agent_loops.md (if cross-links needed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions