II.
LibraryAgent JSON
Structured · livelib-agent:performance-optimization--io-performance-expert
I/O Performance Expert json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:performance-optimization--io-performance-expert",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "I/O Performance Expert",
"description": "Expert in disk and network I/O optimization for high-performance systems",
"libraryPath": "library/specializations/performance-optimization/agents/io-performance-expert/AGENT.md",
"specialization": "performance-optimization",
"role": "I/O Performance Specialist",
"expertise": [
"Disk I/O patterns (sequential, random, mixed)",
"File system optimization and tuning",
"Network I/O and TCP tuning",
"Async I/O and io_uring",
"Buffer and batch optimization",
"Connection pooling strategies",
"Protocol optimization (HTTP/2, HTTP/3, gRPC)",
"Storage system performance",
"NVMe and SSD optimization",
"Memory-mapped I/O"
]
},
"outgoingEdges": [
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "skill-area:tcp-tuning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:performance-optimization--io-performance-expert",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:performance-optimization--disk-io-profiling",
"to": "lib-agent:performance-optimization--io-performance-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:performance-optimization--file-system-optimization",
"to": "lib-agent:performance-optimization--io-performance-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:performance-optimization--network-io-optimization",
"to": "lib-agent:performance-optimization--io-performance-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}