[spec-extractor] Update package specifications for agentdrain, cli, console, constants#44704
Conversation
Add missing exported symbols to the cli package specification: - RunForecast, RunExperimentsList, RunExperimentsAnalyze to Key Functions - ExperimentsListConfig, ExperimentsAnalyzeConfig to Key Types - RunOutcomes (was referenced but not listed in functions table) - ExperimentState, ExperimentRunRecord, ExperimentVariantStats, ExperimentInfo - ForecastResult, ForecastWorkflowResult, ForecastMonteCarloSummary, ForecastEvaluation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@copilot please run the
|
Ran
Reference commit: |
|
@copilot please run the
|
…7-10-run-0-0a355e84cae3dfba Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Completed another
Reference commit: CI for the updated head must still be re-triggered by a maintainer to obtain fresh remote check results. |
|
🎉 This pull request is included in a new release. Release: |
Summary
Updates
pkg/cli/README.mdto document recently added API surface in theclipackage. No logic changes — documentation only.Changes
pkg/cli/README.mdAdds missing entries to three reference tables:
ExperimentsListConfig,ExperimentsAnalyzeConfigRunOutcomes,RunForecast,RunExperimentsList,RunExperimentsAnalyzeExperimentState,ExperimentRunRecord,ExperimentVariantStats,ExperimentInfo,ForecastResult,ForecastWorkflowResult,ForecastMonteCarloSummary,ForecastEvaluationThese entries document the A/B experiments subsystem (
experiments list/experiments analyze) and the Monte Carlo-based token usage forecasting subsystem (forecast), plus theRunOutcomesfunction for evaluating safe-output outcomes.Scope
pkg/cli/README.mdAgentic Notes
experiments_command.go,forecast_command.go) already exist; this PR only updates the README to match.