Back to Occam
Card snapshot
occam.fit
·
2026-05-18 12:51:09 UTC
·
92c071fa711d4a6e2afb4c5f36719af6a097a9c215939a6647d243972f95023b
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Occam",
"description": "Finds the simplest equation consistent with your data. Symbolic regression and sparse dynamics identification.",
"url": "https://occam.fit",
"documentationUrl": "https://occam.fit",
"provider": {
"organization": "CodeReclaimers"
},
"version": "0.1.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "run_sindy",
"name": "Sparse Dynamics Identification (SINDy)",
"description": "Discovers governing differential equations from time series data. Returns human-readable sparse expressions in seconds.",
"tags": [
"symbolic-regression",
"dynamics",
"sindy",
"differential-equations"
]
},
{
"id": "run_pysr",
"name": "Evolutionary Symbolic Regression (PySR)",
"description": "Discovers algebraic equations from feature/target data. Returns a Pareto front trading complexity against accuracy.",
"tags": [
"symbolic-regression",
"pareto",
"equation-discovery",
"pysr"
]
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
]
}