Skip to content

agk-templates/flight-search-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Search Assistant (AGK Template)

Config-driven flight search workflow using the Amadeus API.

What it does

  1. Extracts search constraints
  2. Calls the flight_search tool (Amadeus API)
  3. Summarizes results

How it works

  • Workflow is defined in workflow.toml.
  • Prompts live in prompts/ and are injected into the workflow config at runtime.
  • The tool is implemented in tools/flight_search.go and registered as an internal tool.

Run

go run .

Environment variables

Notes

  • The tool requires valid Amadeus credentials and will error if they are missing.
  • The search step is the only one with tools enabled.

About

flight search assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors