Conversation
|
A few observations before this can be merged: Duplication with existing "Using in Agents" section
Inconsistent import path in the example The new example uses Agree with Virginia's feedback on migrations The inline Minor:
|
…ools-and-searches-must-be-explicitly-registered-in-agentpy
Description
Adds explicit documentation clarifying that after creating a tool or retrieval search, it must be manually registered in the agent's
toolslist insideagent.py. This step was previously undocumented, causing confusion when newly created tools did not appear to work.Type of Change
Related Issues
Fixes #23
Changes Made
docs/agents-tools.md, with a callout note and code example showing the required import andtools = [...]patterndocs/agents-tools.mdwith the same patternImportantprerequisite list to include agent registration as step 5agent.pydocs/agents-tools.mdto include the new subsectionsdocs/getting-started.mdexplaining that tool definition and agent registration are two distinct required stepsTesting Done
Checklist