docs: add the Dashboard for RubyLLM Apps guide - #472
Merged
Merged
Conversation
Adds framework/ruby_llm_dashboard, a guide for an application that already calls models through RubyLLM and wants the telemetry dashboard without adopting ActiveAgent::Base: the three topologies (same-app local_store, separate dashboard app, hosted platform), the install and authentication steps, naming traffic with with_agent / an agent_resolver, content capture, verification, and the failure modes met while validating it (the --traces_only 500, the Sass compressor, 2.x token counts before adapter 0.3.1). Links it from the self-hosted dashboard page and the RubyLLM provider page, and adds it to the Framework sidebar. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D5GomP4QsAneCiVN6D78od
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a framework guide for RubyLLM apps that want the dashboard without moving to
ActiveAgent::Base:docs/framework/ruby_llm_dashboard.md, linked from the Framework sidebar, the self-hosted dashboard page and the RubyLLM provider page.What it covers: the three topologies (same-app via
local_store, a separate dashboard app viaingest_api_key, the hosted platform), install andauthentication_method(including the 403 outside development), reporting withactiveagents-telemetry-ruby_llm, naming traffic (with_agent, aRubyLLM::Agentprepend,agent_resolver), content capture and its limits, verification, and a troubleshooting list.Everything on the page was exercised against a booted Rails 8.1 app running actionagent 1.6.3 with adapter 0.3.1 on RubyLLM 1.16.0 and 2.0.0. Two findings from that run are documented as current behaviour rather than fixed here: a
--traces_onlyinstall returns 500 on the dashboard index (it reads the agents table), andaction_agent.cssuses CSS Color 4 relative colors that SassC cannot compress.🤖 Generated with Claude Code
https://claude.ai/code/session_01D5GomP4QsAneCiVN6D78od
Generated by Claude Code