Learn how to use the Modus Go SDK
#modus
channel on the Hypermode Discord server.Package | Purpose |
---|---|
http | Provides access to external HTTP endpoints, including REST APIs and other services |
graphql | Allows you to securely call and fetch data from any GraphQL endpoint |
Namespace | Purpose |
---|---|
agents | Create stateful agents that maintain persistent memory and coordinate complex operations |
Package | Purpose |
---|---|
dgraph | Access and modify data in a Dgraph database |
mysql | Access and modify data in a MySQL database |
neo4j | Access and modify data in a Neo4j database |
postgresql | Access and modify data in a PostgreSQL database |
Package | Purpose |
---|---|
models | Invoke AI models, including large language models, embedding models, and classification models |
Package | Purpose |
---|---|
console | Provides logging, assertion, and timing functions |
localtime | Allows you to access the userβs local time and time zone |