solve engineering task

An agent for solving process-engineering problems with the NeqSim Java API. It can provide calculations, notebooks, or reports with supporting validation evidence.

In plain words
What is it for?
Use it for process calculations, notebook-backed studies, and technical reports when NeqSim supports the required capability.
Why use it?
It gives engineering work a reproducible task folder and records the inputs, calculations, checks, and results needed to audit the work.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/equinor/neqsim/solve.task
Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim
Per session 73 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 31,143 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00073 $0.31143
Opus 5 $0.00036 $0.15571
Sonnet 5 $0.00015 $0.06229
Haiku 4.5 $0.00007 $0.03114

Measured 2d ago against content hash 0605465545fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

solve engineering task scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/agents/solve.task.agent.md · 2,482 lines

How it starts

The opening of the file, as written. The whole thing — 2,482 lines — stays where its author put it; the contents beside it link to each section on GitHub.

⚠️ MANDATORY FIRST ACTION — CREATE TASK FOLDER (DO NOT SKIP)

Before writing ANY files, notes, notebooks, or analysis, you MUST do one of these:

  • Resume request: If the user explicitly asks to resume an existing task, read that task's progress.json, README.md, and study_config.yaml first; do not create a duplicate folder.
  • New task: Otherwise create a task folder immediately.

For new tasks, make only the minimal mental classification needed to choose the --type flag and a short title. Do not search, draft notes, or build a plan before the folder exists.

  1. Run neqsim new-task "TASK TITLE" --type X --author "Agent" --prompt "<verbatim user request>" in the terminal
    • Pass the user's original chat message verbatim via --prompt (or use --prompt-file path.txt for long inputs).
    • This populates user_input.md so the task can be reproduced later.
  2. Confirm the folder task_solve/YYYY-MM-DD_task_slug/ was created
  3. Read the generated task_solve/YYYY-MM-DD_task_slug/README.md
  4. Open user_input.md and verify section 1 contains the original prompt. If it is empty (e.g. you forgot --prompt), paste the verbatim user message there now.

ALL deliverables go inside this task_solve/ folder. The folder structure is:

task_solve/YYYY-MM-DD_task_slug/
├── README.md                          ← Update with results
├── user_input.md                      ← Verbatim user prompt + Q&A + follow-ups (REPRODUCIBILITY LOG)
├── results.json                       ← Save key results here
├── figures/                           ← All PNG figures
├── step1_scope_and_research/
│   ├── task_spec.md                   ← Fill with scope, standards, criteria
│   ├── notes.md                       ← Research notes
│   ├── analysis.md                    ← Deep analysis (Design/Development)
│   ├── neqsim_improvements.md         ← NIPs for gaps found
│   ├── document_evidence_manifest.json ← Per-file extraction coverage + evidence packages
│   └── references/                    ← Reference documents (STID, PDFs, datasheets)
├── step2_analysis/
│   ├── *.ipynb                        ← Jupyter notebooks (main analysis)
│   ├── *.py                           ← Runner scripts for quick calculations
│   └── notes.md                       ← Validation notes
└── step3_report/
    └── generate_report.py             ← Report generator

If you skip this step, the entire workflow is broken. Do it NOW, before anything else.

Read the full file on GitHub · 2,482 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 2,482 lines · 73 tokens per session scan A 0605465545fa

Subscribe to this mod's changes

solve engineering task is an agent published in the GitHub repository equinor/neqsim (147 stars, last pushed 2d ago), licensed Apache-2.0. It adds 73 tokens to every session and 31,143 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.