Build your first Modus Agent in a few minutes
Install the Modus CLI
Create a new app
Run your app locally
Add external connections
modus.json
:Add an AI model
Set up model access
Create your first function
intelligence.go
:Test your function
GatherIntelligence()
, it becomes a GraphQL query field called gatherIntelligence
.Open the Modus API Explorer at http://localhost:8686/explorer
to test your function.
The explorer is fully GraphQL-compatible, so you can issue this query:Monitor AI calls