You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A standardized framework for enhancing how LLMs process and respond to prompts through composable decorators, featuring an official open standard specification and Python reference implementation with MCP server integration.
Crafted prompts for lightweight, high-impact AI agents. Real templates, patterns & tools — no fluff, no frameworks. Companion to "Simple Agents, Big Wins".
Successfully developed an interview preparation guide using Langchain which can effectively guide users in their interview preparation process and job search journeys by providing valuable insights and feedback regarding their performance. It generates a comprehensive list of questions pertaining to a user query as well.
This project demonstrates using LangChain's `PromptTemplate` for single-turn queries with static or dynamic prompts, and `ChatPromptTemplate` for multi-turn conversations using role-based messages (system, human, AI) with placeholders to build flexible, dynamic conversational flows.