Feature/agentops skills#68
Merged
Merged
Conversation
Add agentops-workspace-setup, agentops-browse-inspect, and agentops-dataset-management skills covering all remaining CLI commands not handled by existing evaluation-focused skills. - agentops-workspace-setup: init, config cicd, config validate/show - agentops-browse-inspect: bundle list/show, run list/show/view - agentops-dataset-management: dataset creation, YAML/JSONL format, field mapping, planned validate/describe/import commands
…ills Add '## Before You Start' section to 5 downstream skills enforcing workspace verification before proceeding: - agentops-run-evals - agentops-investigate-regression - agentops-observability-triage - agentops-browse-inspect - agentops-dataset-management Each skill now instructs the agent to check for .agentops/ directory and redirect to agentops-workspace-setup skill if missing. This provides soft enforcement at the skill layer, complementing the hard CLI enforcement (FileNotFoundError) already in place.
…list planned commands
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.
This pull request adds comprehensive documentation for new and existing AgentOps skills, focusing on dataset management, browsing and inspecting evaluation artifacts, and improving user guidance for core workflows. It introduces two new skill markdown files, expands the documentation for existing skills with a standardized "Before You Start" section, and updates command listings and planned features for better clarity.
New Skill Documentation:
agentops-dataset-management/SKILL.md, detailing how to create, format, and validate evaluation datasets in AgentOps. Covers dataset YAML and JSONL structure, field mapping, and troubleshooting common issues.agentops-browse-inspect/SKILL.md, documenting how to list bundles, inspect runs, view evaluation history, and discover models/agents in an AgentOps workspace. Includes command usage, output examples, and planned features.Improvements to Existing Skills:
Standardized Workspace Verification:
agentops-run-evals,agentops-investigate-regression, andagentops-observability-triageskills, instructing users to verify the.agentops/directory before running commands. [1] [2] [3]Command Listings and Planned Features:
agentops-run-evals/SKILL.mdto include new planned commands:agentops report showandagentops report export, with guidance on their intended use and current status. [1] [2]These changes provide clearer, more actionable documentation and set expectations for users regarding current and upcoming features in the AgentOps CLI.