naylence-agent-sdk-ts / AgentProxyConstructor
Interface: AgentProxyConstructor<TAgent>
Defined in: src/naylence/agent/agent-proxy-registry.ts:5
Type Parameters
| Type Parameter |
|---|
TAgent extends Agent |
Methods
remoteByAddress()
remoteByAddress(address: FameAddress, options: {
fabric: FameFabric;
}): AgentProxy<TAgent>;Defined in: src/naylence/agent/agent-proxy-registry.ts:6
Parameters
| Parameter | Type |
|---|---|
address | FameAddress |
options | { fabric: FameFabric; } |
options.fabric | FameFabric |
Returns
AgentProxy<TAgent>
remoteByCapabilities()
remoteByCapabilities(capabilities: string[], options: {
fabric: FameFabric;
}): AgentProxy<TAgent>;Defined in: src/naylence/agent/agent-proxy-registry.ts:7
Parameters
| Parameter | Type |
|---|---|
capabilities | string[] |
options | { fabric: FameFabric; } |
options.fabric | FameFabric |
Returns
AgentProxy<TAgent>
Last updated on