Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

langchainx

langchainx에는 89jobrien에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 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