Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

Traigent

Traigent에는 Traigent에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
2
업데이트
2026-07-04
Forks
1
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

traigent-debugging
소프트웨어 개발자

Debug and troubleshoot Traigent optimization issues. Use when encountering CostLimitExceeded, ConfigurationError, OptimizationStateError, ModuleNotFoundError, or when optimization produces unexpected results. Covers mock mode, logging configuration, and common error resolution.

2026-07-04
traigent-decorator-setup
소프트웨어 개발자

Configure the @traigent.optimize() decorator with evaluation, injection, and execution options. Use when setting up eval_dataset, choosing injection_mode, configuring execution_mode, defining objectives, using EvaluationOptions/InjectionOptions/ExecutionOptions, or integrating custom evaluators.

2026-07-02
traigent-run-optimization
소프트웨어 개발자

Run Traigent optimization: async/sync execution, algorithm selection, cost limits, stop conditions, and parallel trials. Use when calling func.optimize() or optimize_sync(), choosing algorithms (grid/random — locally; bayesian/optuna/tpe run in the Traigent cloud), setting max_trials or cost_limit, configuring parallel execution, or handling CostLimitExceeded.

2026-07-02
traigent-quickstart
소프트웨어 개발자

Install and set up the Traigent SDK for LLM optimization. Use when the user wants to install traigent, set up their first optimization, create an eval dataset, or get started with @traigent.optimize. Covers pip install, environment variables, mock mode, and running a first optimization.

2026-06-26
traigent-analyze-results
소프트웨어 개발자

Analyze Traigent optimization results: best config, trial comparison, convergence, cost, and applying results to production. Use when reading results.best_config, comparing trials, checking stop_reason, calling apply_best_config(), accessing total_cost or total_tokens, or understanding why optimization stopped.

2026-06-18
traigent-integrations
소프트웨어 개발자

Integrate Traigent with LangChain, LiteLLM, DSPy, and other AI frameworks. Use when importing langchain/litellm/dspy alongside traigent, setting up multi-provider model testing, using auto_override_frameworks, or asking about framework-specific adapter patterns.

2026-06-18
traigent-configuration-space
소프트웨어 개발자

Define tuned variables and configuration spaces for Traigent optimization. Use when setting up parameter search spaces, choosing models/temperatures/prompts to optimize, using Range/IntRange/Choices/LogRange types, adding constraints between parameters, or using factory presets like Range.temperature().

2026-06-06