Reminix TypeScript SDK - v0.7.1
Docs
GitHub
Preparing search index...
@reminix/runtime
AgentMetadata
Interface AgentMetadata
Internal
User-defined metadata for an agent.
interface
AgentMetadata
{
description
?:
string
;
framework
?:
string
;
model
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
description?
framework?
model?
Properties
Optional
description
description
?:
string
Optional
framework
framework
?:
string
Optional
model
model
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
framework
model
Docs
GitHub
Reminix TypeScript SDK - v0.7.1
Loading...
User-defined metadata for an agent.