Skip to content

Commit abd8d51

Browse files
committed
README: add vision for first-principles reasoning and custom agent loop
1 parent 3a2e51f commit abd8d51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ See [outputs/architecture.md](outputs/architecture.md) for the full system desig
222222

223223
## Coming Soon
224224

225+
For future versions of scAgent, the goal is to embed first-principles reasoning directly into the system, enabling the agent to infer insights from the data itself rather than relying solely on standard community-defined thresholds and heuristics.
226+
227+
At present, scAgent does not implement its own agent loop and instead relies on Pi-Monos' agentic framework. A key direction moving forward is to develop a single-cell–specific agent loop that more closely mirrors the reasoning workflow of a computational biologist. This includes structuring the analysis into distinct phases—such as data exploration, quality control, normalization, and interpretation—allowing the agent to make context-aware decisions at each step rather than applying static pipelines.
228+
225229
- **Full SC-Bench evaluation** — run against all 394 tasks (currently limited to 7 canonical Chromium evals)
226230
- **Programmatic agent** — replace the subprocess-based LLM runner with a direct Anthropic API agent loop (`scagent/agent.py`)
227231
- **scGPT / foundation model embeddings** — alternative to PCA for annotation transfer (tool schema defined, awaiting GPU support)

0 commit comments

Comments
 (0)