Python API¶
Generated from the docstrings and type hints in python/src/science_adk.
| Module | Contents |
|---|---|
Package — science_adk |
Everything exported at the top level. |
Agent — science_adk.agent |
The base agent and its execution context. |
Primitives — science_adk.primitives |
The seven specialised scientific agent primitives. |
Models — science_adk.models |
Ports, nodes, workflows, traces and scores. |
Workspace — science_adk.workspace |
The on-disk research project. |
Runner — science_adk.runner |
DAG execution and trace recording. |
Validation — science_adk.validate |
Static workflow and source checks. |
Scoring — science_adk.score |
Deterministic gates and the audit record. |
Datasets — science_adk.datasets |
Spilling large values to disk as references. |
Reporting — science_adk.report |
REPORT.md and CAMPAIGN.md generation. |
Tools — science_adk.tools.registry |
Tool discovery, schemas and invocation. |