Lakshya Sharma avatar

Lakshya Sharma

Community

@lakshya4568 · New Delhi, Delhi, India

9Followers
|
26Public Repos
|
6Published Skills

Kickstarting my coding Journey !!

Skills Distribution
DomainAI Models & ...Retrieval-Augmente.. (35%)Long-Context Recur.. (25%)Memory & State Man.. (15%)Evidence Verificat.. (15%)

Agent Skills by Lakshya Sharma

Showing 6 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Lakshya Sharma

FAQPage Schema
What tasks can I accomplish with Lakshya Sharma's Deep Context Platform skills?

You can build hybrid retrieval pipelines (BM25 plus dense vectors with reranking), orchestrate recursive long-context reasoning over oversized corpora, manage four-store typed memory with a promotion gate, verify answers against retrieved evidence, and safely execute model-generated code in a sandboxed kernel.

Who should use these Deep Context Platform skills?

Engineers implementing or debugging retrieval-augmented generation systems, long-context reasoning engines, persistent memory stores, or evidence-verification gates. They suit developers deciding between hybrid retrieval and recursive reasoning paths, or hardening sandboxed execution of untrusted model-generated code.

When should I use rlm-orchestrator instead of rag-retrieval?

Use rag-retrieval for standard document or codebase question-answering via the retrieve() interface. Escalate to rlm-orchestrator only when material exceeds any context window, such as full-repo searches or literature-review aggregation. The refinement skill governs retry-versus-escalate decisions between them.

How does the verification skill improve answer reliability?

It implements a shared evidence-sufficiency gate that scores whether each answer is backed by retrieved evidence, computed values, or explicit inference before returning. It also provides methodology for fact-checking third-party claims, benchmarks, and documented features against primary sources before committing them.

What safety controls exist for executing model-generated code?

The code-execution skill defines process isolation tiers, filesystem and network restrictions, and REPL output truncation within the RLM kernel sandbox. It is a policy and checklist skill guiding tier selection for local development, untrusted input, or production deployments, governing the rlm-orchestrator kernel.