AI Agent with Tool Use — ReAct Pattern
Build an AI agent that reasons and acts using tools. ReAct loop with function calling, error recovery, and conversation memory.
Copilot (GitHub)Claude CodeCursor
#autonomous#ai-agent#function-calling+2
1,177 views326 copies+78Fresh Structured Output Parser — JSON from LLM
Reliably extract structured JSON from LLM responses. Schema validation, retry on malformed output, and fallback parsing strategies.
Copilot (GitHub)Claude CodeCursor
#structured-output#parsing#json+2
897 views162 copies+63Fresh Prompt Template Engine — Variable Injection
Build a prompt template engine that supports variables, conditionals, loops, and includes. Like Handlebars but for LLM prompts.
Copilot (GitHub)Claude Code
#automation#templates#engine+2
660 views195 copies+98Fresh LLM Cost Tracker — Token Usage Dashboard
Track LLM API costs across multiple providers. Token counting, cost calculation, budget alerts, and per-feature usage attribution.
Copilot (GitHub)Cursor
#tokens#budget#llm+2
572 views116 copies+59Fresh Streaming LLM Response — Server-Sent Events
Implement streaming LLM responses with Server-Sent Events. Token-by-token output from API to browser with proper error handling and abort.
Copilot (GitHub)Claude CodeCursor
#api#sse#server-sent-events+2
277 views104 copies+39Fresh LLM Prompt Chain — Multi-Step Agent Orchestration
Craft llm prompt chain with this structured code prompt. Adjustable variables let you fine-tune the output.
Gemini Code Assist
#orchestration#prompt-chaining#agents+2
185 views29 copies+37Stale RAG Pipeline — Retrieval-Augmented Generation
Craft rag pipeline with this structured code prompt. Adjustable variables let you fine-tune the output.
Copilot (GitHub)Gemini Code Assist
#retrieval#rag#llm+2
56 views2 copies+7Aging