Christian Bromann
Community@christian-bromann · San Francisco
Building agent frameworks @langchain-ai. Head of the @webdriverio project. Open source & open standards advocate.
Agent Skills by Christian Bromann
Showing 25 vetted skills indexed across 1 GitHub repositories.
opentui
Generate SKILL.md files from LangChain documentation using the Bun-based agent runtime.
langgraph-time-travel
Navigate LangGraph checkpoints to inspect history and replay execution.
langchain-streaming
Stream LangChain agent output with token, state, and custom signals.
langchain-embeddings-vectorstores
Convert text into embeddings and index them into vector stores for semantic search.
langchain-chat-models
Initialize and invoke LangChain chat models across OpenAI, Anthropic, and Google.
langchain-rag-overview
Document the two-step and agentic approaches to Retrieval-Augmented Generation with LangChain for building Q&A systems over documents.
langchain-document-loaders
Load diverse document sources into LangChain Document objects for RAG pipelines.
langchain-embedding-models
Embed texts into vectors for semantic search in LangChain projects.
langchain-tools
Define and manage LangChain tools with structured schemas and usage patterns.
langgraph-persistence
Save and resume LangGraph graph state across threads using checkpointers.
langgraph-overview
Orchestrate stateful agents with a graph-based runtime in Python.
langchain-agents
Create and configure LangChain agents with Python's create_agent.
langchain-vector-stores
Index and retrieve embedded documents across multiple LangChain vector stores.
langgraph-workflows
Define declarative LangGraph workflows with the StateGraph API.
langchain-middleware
Implement custom middleware for LangChain agents with hooks and wrap methods.
langchain-human-in-the-loop
Pause LangChain agent execution for human approvals and edits.
langgraph-state-management
Manage LangGraph application state with TypedDict schemas and Annotated reducers.
langgraph-graph-api
Execute compiled LangGraph graphs with invoke, stream, and batch patterns.
langchain-structured-output
Enforce structured outputs for LangChain agents using Pydantic, TypedDict, or JSON Schema.
langchain-knowledge-base
Build a searchable knowledge base from documents using LangChain.
langgraph-streaming
Stream LangGraph graph state, tokens, and events in real time.
langchain-text-splitting
Split long documents into LangChain-compatible chunks with RecursiveCharacterTextSplitter.
langchain-chat-model-integrations
Consolidate LangChain chat-model initialization and configuration across providers.
langchain-rag-agents
Create RAG-enabled LangChain agents using the create_agent API.