huanghuoguoguo
|
79a5fba06b
|
refactor(agent-runner): use sandbox file model
|
2026-06-19 10:24:49 +08:00 |
|
huanghuoguoguo
|
1153433693
|
fix(agent-runner): harden run lifecycle and protocol stores
|
2026-06-13 21:22:13 +08:00 |
|
huanghuoguoguo
|
86ec12a391
|
feat(agent-runner): enforce typed host permissions
|
2026-06-13 17:46:50 +08:00 |
|
huanghuoguoguo
|
e13a3b845c
|
refactor(agent-runner): make agent binding and auth snapshot explicit
|
2026-06-13 17:45:53 +08:00 |
|
huanghuoguoguo
|
dc4cf5711e
|
refactor(agent-runner): simplify event-first entry path
|
2026-06-13 17:45:53 +08:00 |
|
huanghuoguoguo
|
1384d328d6
|
refactor(agent-runner): align config with agent semantics
|
2026-06-13 17:45:14 +08:00 |
|
huanghuoguoguo
|
16faeca508
|
refactor(agent-runner): remove host context windowing
|
2026-06-13 17:45:14 +08:00 |
|
huanghuoguoguo
|
fc2dc34ecf
|
fix(agent-runner): stabilize event context and streams
|
2026-06-13 17:45:14 +08:00 |
|
huanghuoguoguo
|
819a2843e7
|
refactor(agent-runner): tighten protocol v1 runtime boundaries
|
2026-06-13 17:44:44 +08:00 |
|
huanghuoguoguo
|
96fa9e1eeb
|
feat(agent-runner): align protocol adapter terminology
|
2026-06-13 17:44:44 +08:00 |
|
huanghuoguoguo
|
a31f910f10
|
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-13 17:44:44 +08:00 |
|