Prompt Junky

Agent & Prompt Frameworks

Developer frameworks that turn prompts into programs: structured output libraries, agent orchestration toolkits, prompt compilers and automatic prompt optimizers.

66 prompt tools / page 2 of 2

LiteLLM

Agent & Prompt Frameworks

A gateway and Python SDK that exposes more than a hundred model APIs in the OpenAI request format, with budgets, fallbacks and logging so one prompt can be tested across providers.

docs.litellm.ai

AICI

Agent & Prompt Frameworks

A Microsoft research project that runs prompt controllers as WebAssembly modules inside the inference loop, letting custom logic constrain and steer token generation in real time.

github.com

Trace

Agent & Prompt Frameworks

A Microsoft Research framework for end-to-end optimization of AI workflows, propagating execution feedback back through a computation graph to update prompts, code and parameters.

microsoft.github.io

Agno

Agent & Prompt Frameworks

A Python framework and runtime for building agents with instructions, tools, memory and knowledge, then serving them behind an API. It emphasises low overhead per agent instance.

docs.agno.com

Fabric

Prompt Libraries

An open-source framework built around a large library of reusable prompt patterns invoked from the command line, each pattern being a markdown system prompt for a specific task.

danielmiessler.com

Google Agent Development Kit

Agent & Prompt Frameworks

Google's open-source Python toolkit for building and deploying agents, with agent instructions, tools, sessions and a built-in evaluation runner for checking agent trajectories.

google.github.io

AG2

Agent & Prompt Frameworks

The community-maintained continuation of the original AutoGen codebase, providing conversational multi-agent patterns with configurable system messages and group chat managers.

ag2.ai

Rig

Agent & Prompt Frameworks

A Rust library for building LLM-powered applications with typed agents, embeddings and vector store integrations, aimed at teams that want prompt logic in a compiled language.

rig.rs

12-Factor Agents

Courses & Guides

A written set of principles for building reliable LLM software, including factors on owning your prompts, owning context construction and treating tools as structured output.

github.com

Chainlit

Evaluation & Testing

An open framework and hosted service for building conversational AI interfaces with built-in observability, feedback collection and evaluation of the conversations produced.

chainlit.io

Strands Agents SDK

Agent & Prompt Frameworks

An open-source SDK, originally from AWS, for building production agents in Python and TypeScript with an explicit model-tools-prompt loop that developers control end to end.

strandsagents.com

FastChat

Evaluation & Testing

The LMSYS platform for serving and evaluating chat models, including the MT-Bench multi-turn judge harness and the infrastructure used for crowd-sourced model comparisons.

github.com

Bifrost

Agent & Prompt Frameworks

An open-source AI gateway that fronts many model providers behind one API, adding routing, load balancing, guardrails and governance for prompts sent from applications.

getmaxim.ai

ContextGem

Agent & Prompt Frameworks

A Python framework for extracting structured data from documents where the extraction prompts and schemas are generated from declarative aspect and concept definitions.

contextgem.dev

Promptify

Prompt Managers & Versioning

A Python library with prompt templates for common NLP tasks such as named entity recognition, classification and question answering, returning parsed structured output.

github.com

Portkey AI Gateway

Agent & Prompt Frameworks

The open-source gateway behind Portkey, routing to a large catalogue of models with built-in guardrails, retries and conditional routing rules configured per request.

portkey.ai

Ragbits

Agent & Prompt Frameworks

A set of building blocks from deepsense.ai for generative AI applications, including typed prompt classes with input and output models plus a CLI for testing prompts.

ragbits.deepsense.ai

Swarms

Agent & Prompt Frameworks

A multi-agent orchestration framework offering several collaboration topologies such as sequential, concurrent and hierarchical swarms, with per-agent system prompts.

docs.swarms.world

Dynamiq

Agent & Prompt Frameworks

An orchestration framework for agentic and retrieval workflows, providing nodes for prompts, tools, retrievers and validators that are wired into a runnable graph.

getdynamiq.ai

Graph of Thoughts

Agent & Prompt Frameworks

The official implementation of the Graph of Thoughts paper, which models a prompt-solving process as a graph of thoughts that can be merged, refined and scored.

github.com

Guardrails AI

Evaluation & Testing

A Python framework that wraps model calls with input and output validators from a shared hub, re-asking the model or failing closed when a check does not pass.

guardrailsai.com

Tree of Thoughts

Agent & Prompt Frameworks

A plug-and-play implementation of tree-of-thoughts prompting, where a model explores and evaluates multiple reasoning branches before committing to an answer.

github.com

OpenAI Agents SDK

Agent & Prompt Frameworks

OpenAI's lightweight framework for multi-agent workflows, built around agents with instructions, handoffs between agents, guardrails and tracing of each run.

openai.github.io

Relevance AI

Prompt Managers & Versioning

A no-code platform for building specialist AI agents and multi-step workflows, where each agent's instructions and tools are configured in a visual builder.

relevanceai.com

Agently

Agent & Prompt Frameworks

A development framework for generative AI applications with a chained request syntax that builds structured prompts and enforces an expected output schema.

agently.tech

DataDreamer

Agent & Prompt Frameworks

A Python library for reproducible synthetic data and prompting workflows, with caching, resumable sessions and export of the full prompt history for a run.

datadreamer.dev

Taskade

Prompt Managers & Versioning

A workspace that combines project management with configurable AI agents and prompt-driven automations that operate on the team's own documents and tasks.

taskade.com

LLM Gateway

Agent & Prompt Frameworks

An open-source gateway that routes requests across multiple model providers through one unified API and records analytics on cost and usage per request.

llmgateway.io

Dust

Prompt Managers & Versioning

A workspace where teams build and share custom assistants connected to company tools and documents, with prompt instructions managed per assistant.

dust.tt

Swiftide

Agent & Prompt Frameworks

A Rust framework for streaming indexing, querying and agent workflows, with prompt templates rendered through Tera and an async pipeline model.

swiftide.rs