Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

langchainx

langchainx contient 15 skills collectées depuis 89jobrien, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
15
Stars
0
mis à jour
2026-05-03
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

agents
Développeurs de logiciels

AgentExecutor, ChatAgent (ReAct), OpenAIToolsAgent, and the Agent trait.

2026-05-03
arc-dyn-llm
Développeurs de logiciels

JOB-251 — Why Arc<dyn LLM> over LLMClone, migration pattern, and correct LLM ownership model.

2026-05-03
chains
Développeurs de logiciels

All Chain types — LLMChain, ConversationalChain, SequentialChain, StuffDocuments, ConversationalRetrievalQA, SqlDatabaseChain.

2026-05-03
conformance-testing
Analystes en assurance qualité des logiciels et testeurs

Trait conformance tests, property-based tests (proptest), fuzz targets, and boundary contracts for langchainx traits.

2026-05-03
fundamentals
Développeurs de logiciels

Core langchainx patterns — LLMChain, builder pattern, Chain trait, prompt macros, and basic invocation.

2026-05-03
llm-backends
Développeurs de logiciels

Constructing LLM backends (OpenAI, Claude, DeepSeek, Qwen, Ollama) and configuring CallOptions.

2026-05-03
memory-construction
Développeurs de logiciels

JOB-256 — blanket From impl, removing redundant Into impls, RwLock vs Mutex for memory.

2026-05-03
memory
Développeurs de logiciels

BaseMemory trait, memory types (SimpleMemory, WindowBufferMemory, DummyMemory), and Arc<Mutex> construction patterns.

2026-05-03
prompt-args
Développeurs de logiciels

JOB-254 — PromptArgs pitfalls, required key validation, and typed input patterns.

2026-05-03
rag
Scientifiques des données

VectorStore trait, Embedder trait, Retriever, document loaders, and ConversationalRetrievalQA.

2026-05-03
streaming
Développeurs de logiciels

JOB-253 — correct streaming pattern via stream() return value; removing streaming_func side-channel.

2026-05-03
testing
Analystes en assurance qualité des logiciels et testeurs

JOB-257 — FakeLLM, in-process test doubles, writing offline chain/agent tests.

2026-05-03
tools
Développeurs de logiciels

Implementing the Tool trait, defining parameters JSON schema, and registering tools with AgentExecutor.

2026-05-03
async-traits
Développeurs de logiciels

JOB-252 — async_trait overhead, native async fn in traits (Rust 1.75+), and when each applies.

2026-05-03
error-handling
Développeurs de logiciels

JOB-255 — replacing Box<dyn Error> on Tool::run with typed ToolError, thiserror patterns.

2026-05-03