Vectry
|
6bed493275
|
feat: TypeScript SDK (agentlens-sdk) and OpenCode plugin (opencode-agentlens)
- packages/sdk-ts: BatchTransport, TraceBuilder, models, decision helpers
Zero external deps, native fetch, ESM+CJS output
- packages/opencode-plugin: OpenCode plugin with hooks for:
- Session lifecycle (create/idle/error/delete/diff)
- Tool execution capture (before/after -> TOOL_CALL spans + TOOL_SELECTION decisions)
- LLM call tracking (chat.message -> LLM_CALL spans with model/provider)
- Permission flow (permission.ask -> ESCALATION decisions)
- File edit events
- Model cost estimation (Claude, GPT-4o, o3-mini pricing)
|
2026-02-10 03:08:51 +00:00 |
|
Vectry
|
9264866d1f
|
feat: initial monorepo scaffold - Next.js 15 + Prisma + Python SDK stubs
- Turborepo monorepo with apps/web and packages/database, sdk-python
- Next.js 15 app with professional landing page (dark theme, emerald accent)
- Prisma schema: Trace, DecisionPoint, Span, Event models with full indexing
- Docker Compose: web (port 4200), postgres:16, redis:7, migrate service
- Python SDK package stubs: init, trace decorator, log_decision, integrations
- Multi-stage Dockerfile for standalone Next.js production build
|
2026-02-09 22:46:16 +00:00 |
|