Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

langchainx

يحتوي langchainx على 15 من skills المجمعة من 89jobrien، مع تغطية مهنية على مستوى المستودع وصفحات 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