diff --git a/.github/assets/viewer_event_list.png b/.github/assets/viewer_event_list.png new file mode 100644 index 0000000..219698c Binary files /dev/null and b/.github/assets/viewer_event_list.png differ diff --git a/.github/assets/viewer_graph.png b/.github/assets/viewer_graph.png new file mode 100644 index 0000000..51ae241 Binary files /dev/null and b/.github/assets/viewer_graph.png differ diff --git a/.gitignore b/.gitignore index 898d702..712a675 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ dist/ coverage/ node_modules/ +# TypeScript build cache +*.tsbuildinfo + # pnpm files .pnpm-store/ .pnpm-debug.log @@ -16,4 +19,7 @@ node_modules/ logs/ *.log +# Vite auto-generated declaration file +vite.config.d.ts + docs/ \ No newline at end of file diff --git a/README.md b/README.md index 776a58e..befebac 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,26 @@ # @accordkit/viewer -[](https://github.com/accordkit) - -> **Part of the [AccordKit](https://github.com/accordkit) ecosystem** -> an open, AI-agnostic tracing SDK for LLM-powered and ChatGPT-interoperable applications. -> AccordKit gives developers local-first observability: **no vendor lock-in, no opaque dashboards**, just clean event streams and tools that work anywhere. - The AccordKit Viewer is a lightweight, pluggable trace viewer for AI tool and model observability. It visualizes traces, spans, messages, and tool calls in real time, with plugin slots for custom visualizations and metrics. --- +## Orchestrator Graph View + +Automatically render your entire trace as an interactive Directed Acyclic Graph (DAG) to understand the real flow of your agent. + +
+
+