Agentic Context Engineering Paper Implementation
Stars
65
Forks
12
Watchers
65
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
Remove duplicate old reflector() function without api_key parameter
c0c473bView on GitHubSecurity fix: Pass API key explicitly to LLM instances to prevent session leakage
8a08f6fView on GitHubFix: Prioritize input box API key over secrets, clear old keys from environment
386026bView on GitHubAdd comprehensive inline documentation and comments to Python files
b03df71View on GitHubFix JSON parsing errors: improve prompts and add robust error handling
3dd6831View on GitHubAdd comprehensive test samples for context retention validation
6ae8ec4View on GitHubMaintain conversation context across messages - bot now remembers previous exchanges
99d917bView on GitHubAdd Context Preview tab to show bullets that will be sent with next prompt
329f382View on GitHubFix: Use lazy LLM initialization to support runtime API key entry from frontend
5f5d308View on GitHubAdd password input box for OpenAI API key in sidebar
55b79a7View on GitHubAdd continuous chat interface with live playbook visualization
4b0cf78View on GitHubAdd matplotlib to requirements and fix security: remove hardcoded API key, use secrets/env vars
2196e33View on GitHub