adaptor_apis README
Service to provide a JSON representation of any adaptor APIs
adaptor_gen README
This service generates an adaptor function based on an endpoint within an OpenAPI spec.
code_generator README
(TODO rename to adaptor code generator)
doc_agent_chat README
Agentic chat service (Claude Sonnet 4.5) with document search capabilities.
doc_agent_upload README
Fetches plain text documents from URLs and indexes them to Pinecone for semantic search.
echo README
A simple test service which returns whatever is passed into it.
embed_docsite README
This service embeds the OpenFn Documentation to a vector database. It downloads, chunks, processes metadata, embeds and uploads the documentation to a vector database (Pinecone).
embed_loinc_dataset README
This a service which preprocesses a LOINC dataset and uploads it to an embedding storage provider for searching. As using this service will re-upload the dataset to the embedding storage (which may incur costs), it should only be used if the dataset in the embedding storage needs to be altered.
embed_snomed_dataset README
This a service which preprocesses a SNOMED dataset and uploads it to an embedding storage provider for searching. As using this service will re-upload the dataset to the embedding storage (which may incur costs), it should only be used if the dataset in the embedding storage needs to be altered.
embeddings README
This service manages vector embeddings and similarity searches.
embeddings_demo README
This is a demo service to provide an example for leveraging the embeddings service.
gen_job README
** JOB GENERATION IS AN EXPERIMENTAL FEATURE. IT IS NOT SUPPORTED BY THE STAGING SERVER**
global_chat README
The Global Agent is a supervisor/orchestrator service that routes user requests to the appropriate subagents and coordinates complex multi-step OpenFn automation tasks.
inference README
The inference service is designed as an entry-point to a number of langauge models.
job_chat README
The Job Chat service enables a chat interface to uses writing an OpenFn job.
latest_adaptors README
This service fetches the latest adaptor information from the OpenFn adaptors repository.
load_adaptor_docs README
Service to parse and upload version-specific adaptor function documentation to PostgreSQL.
search_adaptor_docs README
This service retrieves adaptor function documentation from PostgreSQL for a specific adaptor version.
search_docsite README
This service searches the OpenFn Documentation vector database using a query and returns search matches.
signature_generator README
This service generates a Typescript signature for an adaptor to serve ONE endpoint of a REST API.
status README
This a service that tests whether API keys are working. It check for Anthropic, OpenAI and Pinecone keys from the environment. It does not cost tokens to use.
test_errors README
Service description not available
vocab_mapper README
Service description not available
workflow_chat README
This is a chat service for generating a workflow.yaml. It can chat with a user and generate YAML when required.