Building a Basic Forex Rate Assistant Using Agents for Amazon Bedrock

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • public-apis

    A collective list of free APIs

    For inspirations on what type of agents I should build, I turned to the Public APIs GitHub repository which has a curated lists of free APIs. I narrowed my search for an API that does not require sign-up or an API key and returns useful information. I ultimately decided to use the Free Currency Exchange Rates API, which seemed promising upon some basic testing.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • exchange-api

    Free Currency Exchange Rates API with 200+ Currencies & No Rate Limits

    For inspirations on what type of agents I should build, I turned to the Public APIs GitHub repository which has a curated lists of free APIs. I narrowed my search for an API that does not require sign-up or an API key and returns useful information. I ultimately decided to use the Free Currency Exchange Rates API, which seemed promising upon some basic testing.

  • swagger-editor

    Swagger Editor

    I did the same for the other API and adjusted the spec using the Swagger Editor. Specifically, I added detailed descriptions that should help the agent understand the API usages. The resulting OpenAPI YAML file is as follows:

  • askai

    Command Line Interface for OpenAi ChatGPT (by yudax42)

    After wrestling with it for a bit and eventually giving up, I instead turned to ChatGPT to see if it is smart enough for the task. With my free plan, I asked ChatGPT 3.5 the following:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Public APIs are not really public anymore

    2 projects | dev.to | 18 Sep 2022
  • Top 20 API Testing Tools Similar to Rest Assured

    2 projects | dev.to | 29 Sep 2024
  • 9 Types of API Testing to Ensure Performance and Security

    4 projects | dev.to | 16 Sep 2024
  • Build a simple fuzzer: Part 1

    2 projects | news.ycombinator.com | 13 Sep 2024
  • Continue.dev: The Swiss Army Knife That Sometimes Fails to Cut

    2 projects | dev.to | 10 Sep 2024

Did you konow that Python is
the 1st most popular programming language
based on number of metions?