import { Agent } from "./agent.js"
/**
* A system that manages agent components by updating them.
*/
export class AgentManager {}
import { Agent } from "./agent.js"
/**
* A system that manages agent components by updating them.
*/
export class AgentManager {}