Skip to content

speakeasy-api/gram-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

An internal repository for building rough agentic workflow apps and exposing them via a simple API for demos.

Dependencies

Typescript

We expose our execute API via a simple express server:

cd typescript
npm install
npm run start

Python

We expose our execute API via a simple FastAPI server:

cd python
pip install -r requirements.txt
python main.py

Executing a Request

replace with any agent workflow name

curl -s -X POST http://127.0.0.1:9000/execute/gtm-agent
curl -s -X POST http://127.0.0.1:9000/execute/gtm-agent/{framework} \
  -H "Content-Type: application/json" \
  -d '{"company": "speakeasy"}'

LANGCHAIN JS HAS A BREAKING CHANGE TO TOO CALLING. USE 0.3.23 UNTIL THEY FIX IT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •