MCPcopy Create free account

hub / github.com/darkrishabh/agent-skills-eval / functions

Functions152 in github.com/darkrishabh/agent-skills-eval

↓ 1 callersFunctionparseToolAssertions
(value: unknown, where: string)
src/skill.ts:281
↓ 1 callersFunctionparseToolCalls
(raw: OpenAIToolCallWire[] | undefined)
src/openai-compatible-provider.ts:67
↓ 1 callersFunctionparseToolChoice
(value: unknown, where: string)
src/skill.ts:201
↓ 1 callersFunctionpluralize
(count: number, word: string)
src/console-reporter.ts:107
↓ 1 callersFunctionreadEvalFiles
(skill: Skill, evalCase: AgentSkillsEval)
src/run-eval.ts:95
↓ 1 callersFunctionreadEvalsFile
(skillDir: string)
src/skill.ts:350
↓ 1 callersFunctionreadReferences
(skillDir: string, maxFileBytes: number)
src/skill.ts:131
↓ 1 callersFunctionreadScripts
(skillDir: string, maxFileBytes: number, includeScriptBodies: boolean)
src/skill.ts:137
↓ 1 callersFunctionreadSkillName
(skillPath: string, fallback: string)
src/discover.ts:45
↓ 1 callersFunctionrenderAssertionsTable
(grading: GradingJson)
src/report.ts:252
↓ 1 callersFunctionrenderBar
(passRate: number)
src/report.ts:229
↓ 1 callersFunctionrenderRubricPrompt
( args: GradeOutputsArgs, previousBadResponse?: string )
src/grade.ts:101
↓ 1 callersFunctionrenderSkillSystemMessage
(skill: Skill)
src/run-eval.ts:70
↓ 1 callersFunctionrenderToolCallsPanel
(calls: ToolCall[] | undefined)
src/report.ts:270
↓ 1 callersFunctionreportEnabled
(report: AgentSkillsEvalConfig["report"])
src/cli.ts:35
↓ 1 callersFunctionreportOutput
(report: AgentSkillsEvalConfig["report"])
src/cli.ts:45
↓ 1 callersFunctionreportTitle
(report: AgentSkillsEvalConfig["report"])
src/cli.ts:41
↓ 1 callersFunctionrunPool
* Tiny bounded-concurrency worker pool. Each worker grabs the next item off a * shared FIFO queue and runs `work` on it; resolves once the queue is d
src/evaluate-skills.ts:126
↓ 1 callersFunctionrunToolAssertions
( toolCalls: ToolCall[] | undefined, toolAssertions: ToolAssertion[] | undefined )
src/grade.ts:358
↓ 1 callersFunctionsafeReadJson
(filePath: string)
src/fs-utils.ts:82
↓ 1 callersFunctionsnapshotSkillToHistory
(workspaceSkillDir: string, historyDir: string, skillSlug: string)
src/artifacts.ts:166
↓ 1 callersFunctionsplitFrontmatter
(markdown: string)
src/skill.ts:42
↓ 1 callersFunctionstartOpenAiMock
()
test/cli.test.mjs:48
↓ 1 callersFunctionsummarizeAssertions
(results: AssertionResult[], paint: (n: ColorName, t: string) => string)
src/console-reporter.ts:100
↓ 1 callersFunctionsummarizeToolCalls
(calls: ToolCall[])
src/console-reporter.ts:197
↓ 1 callersFunctiontempRoot
()
test/cli.test.mjs:12
↓ 1 callersFunctiontimingFrom
(result: ProviderResult)
src/run-eval.ts:157
↓ 1 callersFunctionvalidateSkillFrontmatter
(dir: string, frontmatter: SkillFrontmatter, hasFrontmatter: boolean)
src/skill.ts:79
↓ 1 callersFunctionvisit
(dir: string)
src/skill.ts:117
↓ 1 callersFunctionvisit
(dir: string)
src/fs-utils.ts:114
↓ 1 callersFunctionwalk
(dir: string)
src/discover.ts:66
↓ 1 callersFunctionwalkFiles
(root: string, predicate: (filePath: string) => boolean)
src/skill.ts:114
↓ 1 callersFunctionwrite
(line: string)
src/jsonl-reporter.ts:21
↓ 1 callersFunctionwriteFileInside
(root: string, relativePath: string, content: string | Buffer)
src/fs-utils.ts:75
↓ 1 callersFunctionwriteRunArtifacts
( runDir: string, timing: { total_tokens: number; duration_ms: number }, grading: GradingJson, rawOutp
src/artifacts.ts:46
↓ 1 callersFunctionwriteSkill
(root)
test/cli.test.mjs:16
Functionclose
()
src/jsonl-reporter.ts:30
Functioncomplete
(prompt)
test/skills.test.mjs:50
Functioncomplete
()
src/provider.ts:67
Methodcomplete
(prompt: string)
src/openai-compatible-provider.ts:123
FunctioncompleteChat
()
test/skills.test.mjs:247
Methodconstructor
( nameOrOptions: string | (OpenAICompatibleOptions & { baseUrl: string; apiKey: string }), baseUrl?: s
src/openai-compatible-provider.ts:101
FunctioncreateStaticProvider
(output: string, options: Partial<ProviderResult> = {})
src/provider.ts:63
Functionlist
(value: string, previous: string[] = [])
src/cli.ts:31
FunctiononEvent
(event)
src/jsonl-reporter.ts:27
FunctionrenderEval
(ev: ReportEval)
src/report.ts:326
FunctionrenderRun
(run: ReportRun)
src/report.ts:296
FunctionrenderSkillRow
(skill: ReportSkill)
src/report.ts:235
FunctionrenderSkillSection
(skill: ReportSkill)
src/report.ts:343
FunctionresolveInside
(root: string, relativePath: string)
src/fs-utils.ts:39
FunctionwalkFiles
(root: string, predicate: (absolutePath: string) => boolean)
src/fs-utils.ts:111
FunctionwriteBenchmark
(skillIterationDir: string, benchmark: BenchmarkJson)
src/artifacts.ts:121
← previous101–152 of 152, ranked by callers