Nervous-system API
Load systems, run simulations, inspect neural state, and manage experiments.
View APIfrom synomorph import Synomorph
client = Synomorph()
system = client.systems.load("drosophila")
result = system.run(
task="navigation",
input=sensory_state
)
print(result.action)Illustrative interface only. No public package or production endpoint is implied.
Load systems, run simulations, inspect neural state, and manage experiments.
View APIRecognize known tasks, load versioned procedures, execute, verify, and escalate exceptions to a general model.
View APIStore successful trajectories as auditable skills, policies, habits, and evolving skill graphs.
View docsIntegrate repeatable control loops, application workflows, and private deployments through explicit adapters.
View examplesFuture metering may include API calls, model calls, simulation steps, compute, GPU time, storage, and deployment runtime.
View pricing model