nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
Artifact
Interface Artifact
Full artifact with content and metadata.
interface
Artifact
{
id
:
string
;
type
:
|
"code"
|
"plan"
|
"analysis"
|
"review"
|
"test"
|
"spec"
|
"report"
|
"vote"
;
content
:
unknown
;
metadata
:
Record
<
string
,
unknown
>
;
createdBy
:
string
;
createdAt
:
number
;
inputRefs
:
readonly
{
id
:
string
;
type
:
|
"code"
|
"plan"
|
"analysis"
|
"review"
|
"test"
|
"spec"
|
"report"
|
"vote"
;
}
[]
;
}
Index
Properties
id
type
content
metadata
created
By
created
At
input
Refs
Properties
Readonly
id
id
:
string
Readonly
type
type
:
|
"code"
|
"plan"
|
"analysis"
|
"review"
|
"test"
|
"spec"
|
"report"
|
"vote"
Readonly
content
content
:
unknown
Readonly
metadata
metadata
:
Record
<
string
,
unknown
>
Readonly
created
By
createdBy
:
string
Readonly
created
At
createdAt
:
number
Readonly
input
Refs
inputRefs
:
readonly
{
id
:
string
;
type
:
|
"code"
|
"plan"
|
"analysis"
|
"review"
|
"test"
|
"spec"
|
"report"
|
"vote"
;
}
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
type
content
metadata
created
By
created
At
input
Refs
GitHub
npm
nexus-agents - v2.80.0
Loading...
Full artifact with content and metadata.