II.
LibraryProcess JSON
Structured · livelib-process:ai-agents-conversational--custom-tool-development
custom-tool-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ai-agents-conversational--custom-tool-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "custom-tool-development",
"description": "Custom Tool Development for Agents - Process for creating custom tools and functions for AI agents\nincluding API integrations, database queries, code execution sandboxes, and web browsing capabilities.",
"libraryPath": "library/specializations/ai-agents-conversational/custom-tool-development.js",
"specialization": "ai-agents-conversational",
"references": [
"- LangChain Custom Tools: https://python.langchain.com/docs/modules/agents/tools/custom_tools\n- Tool Design Patterns: https://docs.anthropic.com/claude/docs/tool-use-best-practices"
],
"example": "const result = await orchestrate('specializations/ai-agents-conversational/custom-tool-development', {\n toolName: 'customer-database-query',\n toolType: 'database',\n apiSpecs: { type: 'postgres', queries: ['select', 'insert'] },\n securityLevel: 'high'\n});",
"usesAgents": [
"tool-use-planner",
"sandbox-developer",
"integration-developer",
"technical-writer"
],
"usesSkills": [
"langchain-tools",
"tool-safety-validation"
]
},
"outgoingEdges": [
{
"from": "lib-process:ai-agents-conversational--custom-tool-development",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--custom-tool-development",
"to": "workflow:agent-evaluation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--custom-tool-development",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:ai-agents-conversational--custom-tool-development",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:ai-agents-conversational--custom-tool-development",
"to": "lib-skill:ai-agents-conversational--langchain-tools",
"kind": "uses_skill",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}