gram-functions
Installation
SKILL.md
Gram Functions
Gram Functions is a serverless code execution feature that allows users to deploy custom JavaScript/TypeScript or Python code as callable tools within Gram deployments. Functions can be invoked by AI agents during conversations.
Key Server Packages
| Package | Purpose |
|---|---|
server/internal/functions/ |
Core functions service - deployment, execution, auth |
server/internal/background/activities/ |
Temporal activities for deploying/reaping function runners |
server/design/functions/ |
Goa API design for functions endpoints |