Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

langchainx

langchainx 收录了来自 89jobrien 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
0
更新
2026-05-03
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agents
软件开发工程师

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

2026-05-03
arc-dyn-llm
软件开发工程师

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

2026-05-03
chains
软件开发工程师

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

2026-05-03
conformance-testing
软件质量保证分析师与测试员

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

2026-05-03
fundamentals
软件开发工程师

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

2026-05-03
llm-backends
软件开发工程师

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

2026-05-03
memory-construction
软件开发工程师

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

2026-05-03
memory
软件开发工程师

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

2026-05-03
prompt-args
软件开发工程师

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

2026-05-03
rag
数据科学家

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

2026-05-03
streaming
软件开发工程师

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

2026-05-03
testing
软件质量保证分析师与测试员

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

2026-05-03
tools
软件开发工程师

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

2026-05-03
async-traits
软件开发工程师

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

2026-05-03
error-handling
软件开发工程师

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

2026-05-03