AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
SpanEvent
Interface SpanEvent
A recorded event within a span.
interface
SpanEvent
{
name
:
string
;
timestamp
:
number
;
attributes
?:
SpanAttributes
;
}
Index
Properties
name
timestamp
attributes?
Properties
name
name
:
string
Event name
timestamp
timestamp
:
number
Event timestamp
Optional
attributes
attributes
?:
SpanAttributes
Event attributes
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
name
timestamp
attributes
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
A recorded event within a span.