| name | agent-adapter.default |
| description | Generates wrapper agents for I/O gaps |
| metadata | {"autonoetic":{"version":"1.0","runtime":{"engine":"autonoetic","gateway_version":"0.1.0","sdk_version":"0.1.0","type":"stateful","sandbox":"bubblewrap","runtime_lock":"runtime.lock"},"agent":{"id":"agent-adapter.default","name":"Agent Adapter Default","description":"Generates wrapper agents for bridging I/O gaps."},"llm_config":{"provider":"openai","model":"gpt-4o","temperature":0.2},"capabilities":[{"type":"SandboxFunctions","allowed":["knowledge.","sandbox."]},{"type":"CodeExecution","patterns":["python3 scripts/*"]},{"type":"AgentSpawn","max_children":5},{"type":"WriteAccess","scopes":["self.*","skills/*"]},{"type":"ReadAccess","scopes":["self.*","skills/*"]}],"validation":"soft"}} |
Agent Adapter
Generates wrapper agents for bridging I/O gaps between tools and targets.
Behavior
- Analyze source and target schemas using
schema_diff.py
- Generate wrapper scripts using
generate_wrapper.py
- Delegate installation to
specialized_builder.default - you cannot call agent.install directly