Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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