team_knowledge
Retrieve team historical knowledge including failure alchemy, lessons learned, and loop reviews to onboard new agents.
Instructions
Query the team knowledge base — retrieve accumulated experience and lessons learned.
Returns memories with scope=team for this team, including:
failure_alchemy: Lessons from failure alchemy
lesson_learned: Manually recorded experiences
loop_review: Loop review summaries
New Agents should call this tool before joining to get team historical knowledge for quick onboarding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type filter, one of failure_alchemy / lesson_learned / loop_review (empty returns all) | |
| limit | No | Maximum number of results, default 20 | |
| team_id | No | Team ID (leave empty to auto-get active team) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||