Skip to content

x4901/agent-utils

Repository files navigation

agent-utils

Various utility APIs for agents

Usage

Run directly:

uv run fastapi [dev|run]

Run the API in development or poduction mode.

Run production mode in a container:

docker run -p 8000:8000 --env-file .env agent-utils

Functions

Find the API documentation at http://…:8000/docs.

Transcribe audio

Post the URL of an audio file and get a text transcript returned. Currently works with MP3.

Configuration

The app needs an OpenAI API key to work, in the .env file.

OPENAI_API_KEY=… # Open AI, API key for access to the Whisper API

About

Various utility APIs for agents

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors