Favicon of optim-agent

optim-agent Skill

AI Agent SkillCode & Developer ToolsPythonOpen source

optim-agent is a Python AI agent skill for Codex with uvx/pip. LLM agents as your hyperparameter optimizer.

How to use optim-agent Skill

Install or run

pip install -e ".[examples]"
pytest                     # runs tests/test_optim_agent.py

Client configuration

{
  "schema_version": 1,
  "suites": [
    {
      "id": "mnist",
      "result_glob": "docs/assets/mnist_curves_*_s*.json",
      "trials": 10,
      "seeds": [0, 1, 2, 3, 4],
      "metric": "sum of incumbent-best test error",
      "context_policy": "matched context and no-context agent variants"
    },
    {
      "id": "cifar10",
      "result_glob": "docs/assets/cifar10_curves_*_s*.json",
      "trials": 10,
      "seeds": [0, 1, 2, 3, 4],
      "metric": "sum of incumbent-best test error",
      "context_policy": "matched context and no-context agent variants"
    },
    {
      "id": "hard-functions",
      "result_glob": "docs/assets/hard_curves_*_s*.json",
      "trials": 10,
      "seeds": [0, 1, 2, 3, 4],
      "metric": "final incumbent objective value",
      "context_policy": "no supplied task context"
    },
    {
      "id": "rl-control",
      "result_glob": "docs/assets/rl_control_*_s*.json",
      "trials": 20,
      "seeds": [0, 1, 2, 3, 4],
      "environments": ["Acrobot-v1", "LunarLander-v3"],
      "model": "gpt-5.5",
      "agent_effort": "high",
      "history": 5,
      "selected_explicit_reasoning": false,
      "selected_qualitative_notes": false,
      "metric": "mean evaluation return; higher is better",
      "context_policy": "matched context and no-context agent variants"
    },
    {
      "id": "credit-default-benchmark",
      "result_glob": "docs/assets/credit_default_*_s*.json",
      "trials": 20,
      "seeds": [0, 1, 2, 3, 4],
      "dataset_id": 350,
      "dataset_sha256": "56c885f84457f6680f8438f02bfcdac9579323d8a94465ee5f26e32baa727602",
      "model": "gpt-5.5",
      "agent_effort": "high",
      "history": 20,
      "explicit_reasoning": true,
      "qualitative_notes": true,
      "metric": "validation incumbent log los

Compatible clients

Codex

What is optim-agent Skill?

optim-agent is a Python AI agent skill for Codex with uvx/pip. LLM agents as your hyperparameter optimizer. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
90/100
Maintenance signal
90/100
Adoption signal
53/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Reusable instructions support
  • Includes SKILL.md support
  • Shell commands support
  • Document generation support
  • OpenAI provider support
  • Anthropic provider support
  • pyproject.toml config support

Technical details

Install or run optim-agent using uvx/pip. Check Optim-Agent/optim-agent for the latest setup command.

uvx/pipCodexSSE
  • Built for Python
  • Install or run with uvx/pip
  • Works with Codex
  • Uses SSE transport
  • API key required
  • Database access

Requirements and access

PythonMIT licenseAPI key requiredDatabase accessAPI key requiredDatabase access

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Write actionsDatabase accessCredentials requiredCan write or update dataAPI key required authenticationHosted or remote

When to use optim-agent Skill

  • Use it for reusing agent instructions, scripts, and references.
  • Use it for agent skills workflows.
  • Use it for coding workflows.
  • Use it for data workflows.
  • Use it for codex users.

Built with

Pythonuvx/pipCodexSSE

Explore related resources

Frequently asked questions

What is optim-agent?

optim-agent is a Python AI agent skill for Codex with uvx/pip. LLM agents as your hyperparameter optimizer.

Who is optim-agent best for?

optim-agent is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.

How do I install optim-agent?

Install or run optim-agent using uvx/pip. Check optim-agent for the latest setup command.

Is optim-agent actively maintained?

optim-agent may need a closer maintenance check before production use.

Share:

Stars
135
Forks
13
Last commit
7 days ago
Repository age
15 days
License
MIT

Auto-fetched from GitHub.

Similar to optim-agent