huanghuoguoguo
|
d68e9b7c33
|
feat(agent-runner): enforce typed host permissions
|
2026-06-10 22:36:23 +08:00 |
|
huanghuoguoguo
|
35661081ad
|
refactor(agent-runner): remove protocol_version from various components and update related documentation
|
2026-06-09 20:57:06 +08:00 |
|
huanghuoguoguo
|
fa7b1b53a6
|
feat(agent-runner): expose skill resources through host context
|
2026-06-07 12:48:06 +08:00 |
|
huanghuoguoguo
|
80485b57ea
|
refactor(agent-runner): use protocol version field
|
2026-06-06 15:13:40 +08:00 |
|
huanghuoguoguo
|
a850127893
|
refactor(agent-runner): simplify event-first entry path
|
2026-06-04 11:11:40 +08:00 |
|
huanghuoguoguo
|
4d0a2b117a
|
refactor(agent-runner): align config with agent semantics
|
2026-06-04 11:11:40 +08:00 |
|
huanghuoguoguo
|
2d83c9928a
|
fix(agent-runner): stabilize event context and streams
|
2026-06-04 11:11:39 +08:00 |
|
huanghuoguoguo
|
ab96070036
|
refactor(agent-runner): tighten protocol v1 runtime boundaries
|
2026-06-04 11:11:39 +08:00 |
|
huanghuoguoguo
|
cc911cc413
|
feat(agent-runner): align protocol adapter terminology
|
2026-06-04 11:11:39 +08:00 |
|
huanghuoguoguo
|
24993ac700
|
feat(agent-runner): add persistent state APIs
|
2026-06-04 11:11:39 +08:00 |
|
huanghuoguoguo
|
0a3bafae4b
|
feat(agent-runner): add event-first context facts and pull APIs
Add EventLog and Transcript persistence entities for storing auditable
event facts and conversation history projection. Implement event-first
AgentRunContext builder that produces Protocol v1 compliant context
payloads with required fields: event, delivery, context (ContextAccess).
Key changes:
- EventLog ORM: auditable event records with indexes
- Transcript ORM: conversation history projection with composite indexes
- AgentRunContextBuilder: Protocol v1 payload with delivery, context, bootstrap
- EventLogStore/TranscriptStore: async stores for fact sources
- Host action handlers: HISTORY_PAGE, HISTORY_SEARCH, EVENT_GET, EVENT_PAGE
- Context validation: build_context output validates via SDK AgentRunContext
- Alembic migration for event_log and transcript tables
- Alembic env.py imports all ORM models for autogenerate discovery
Legacy compatibility: max-round messages go into bootstrap.messages and
compatibility.legacy_messages, not top-level messages field.
|
2026-06-04 11:11:39 +08:00 |
|