feat(agent): POST timeline events to vibn-frontend ingest API
- vibn-events-ingest.ts + emit() dual-write with session PATCH - .env.example: VIBN_API_URL, AGENT_RUNNER_SECRET Made-with: Cursor
This commit is contained in:
6
dist/vibn-events-ingest.d.ts
vendored
Normal file
6
dist/vibn-events-ingest.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface IngestEventInput {
|
||||
type: string;
|
||||
payload?: Record<string, unknown>;
|
||||
ts?: string;
|
||||
}
|
||||
export declare function ingestSessionEvents(vibnApiUrl: string, projectId: string, sessionId: string, events: IngestEventInput[]): Promise<void>;
|
||||
Reference in New Issue
Block a user