Skip to content

Commit

Permalink
Switch trip planner demo to native Step Functions Bedrock integration
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jan 9, 2024
1 parent 1ef0c73 commit 3c1e924
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 256 deletions.
24 changes: 0 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,30 +96,6 @@ updates:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: pip
directory: "/agents/trip_planner/hotels_agent"
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: pip
directory: "/agents/trip_planner/itinerary_agent"
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: pip
directory: "/agents/trip_planner/restaurants_agent"
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: pip
directory: "/agents/trip_planner/activities_agent"
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: pip
directory: "/agents/trip_planner/pdf_creator"
schedule:
Expand Down
7 changes: 0 additions & 7 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ docker compose up --build

Run the Lambda functions locally:
```
# Trip planner
python -c 'from agents.trip_planner.hotels_agent import index; print(index.handler({"location": "Paris, France"}, ""))'
python -c 'from agents.trip_planner.restaurants_agent import index; print(index.handler({"location": "Paris, France"}, ""))'
python -c 'from agents.trip_planner.activities_agent import index; print(index.handler({"location": "Paris, France"}, ""))'
# Story writer
python -c 'from agents.story_writer.characters_agent import index; print(index.handler({"story_description": "cowboys in space"}, ""))'
Expand Down
Empty file.
33 changes: 0 additions & 33 deletions agents/trip_planner/activities_agent/index.py

This file was deleted.

1 change: 0 additions & 1 deletion agents/trip_planner/activities_agent/requirements.txt

This file was deleted.

Empty file.
33 changes: 0 additions & 33 deletions agents/trip_planner/hotels_agent/index.py

This file was deleted.

1 change: 0 additions & 1 deletion agents/trip_planner/hotels_agent/requirements.txt

This file was deleted.

Empty file.
56 changes: 0 additions & 56 deletions agents/trip_planner/itinerary_agent/index.py

This file was deleted.

1 change: 0 additions & 1 deletion agents/trip_planner/itinerary_agent/requirements.txt

This file was deleted.

Empty file.
33 changes: 0 additions & 33 deletions agents/trip_planner/restaurants_agent/index.py

This file was deleted.

1 change: 0 additions & 1 deletion agents/trip_planner/restaurants_agent/requirements.txt

This file was deleted.

Loading

0 comments on commit 3c1e924

Please sign in to comment.