├── .github └── workflows │ ├── issue_comment-claude.yml │ └── sync_changed_file.yml ├── .gitignore ├── ClipNotes ├── bash.txt └── clipnotes-gptscore.txt ├── README.md ├── agents ├── README.md ├── TODO.md ├── about_agents.md ├── agent_personality.yaml ├── automated-code-reviews │ ├── cid-01hsdzkhbc6a9x4wy48mvsen6y.md │ ├── cid-01hsdzkhbc6a9x4wy48mvsen6y.py │ ├── cid-01hsdzw8febrkmmw70xpn06d22-hard-review.md │ ├── cid-01hsdzw8febrkmmw70xpn06d22.md │ ├── cid-01hsdzw8febrkmmw70xpn06d22.py │ ├── cid-01hsekr37tjw0cmn0n39f9j2y7.md │ ├── cid-01hsekr37tjw0cmn0n39f9j2y7.py │ ├── cid-01hsetq83223xwzj3dch6h1p7n.md │ ├── cid-01hsetq83223xwzj3dch6h1p7n.py │ ├── cid-01hsev9n8tb4591wz691zvykbt.md │ ├── cid-01hsev9n8tb4591wz691zvykbt.py │ ├── cid-01hsf0fx2zsdxca1fga4w7dt3v.md │ ├── cid-01hsf0fx2zsdxca1fga4w7dt3v.py │ ├── cid-01hsf0wv1dsw3pxkjcsba8gd75.md │ ├── cid-01hsf0wv1dsw3pxkjcsba8gd75.py │ └── report-output-code-rubric.md ├── claude-sub-agent-code-interpreter │ ├── code-interpreter-refactoring-loop-v1.py │ ├── code-interpreter-refactoring-loop-v2.py │ ├── code-review-make-comment-metaprompt-2.yaml │ ├── code-review-make-comment-metaprompt.yaml │ ├── code-review-metaprompt-ai-agent-3.md │ ├── multi-llm-code-improver.sh │ ├── prompt-templates │ │ ├── claude-code-comments-reviewer-v2.yaml │ │ ├── claude-code-comments-reviewer-v3.yaml │ │ ├── claude-code-comments-reviewer.yaml │ │ ├── code-review-and-refactoring-rubric-test.yaml │ │ ├── code-review-bigo.yaml │ │ ├── code-review-make-comment-metaprompt-2.yaml │ │ ├── code-review-make-comment-metaprompt.yaml │ │ └── code-review-rubric.yaml │ ├── report-output-code-rubric.md │ ├── rubric-code-review.md │ ├── rubric-for-lisp-code-review.md │ ├── rubric-for-python-code-review.md │ ├── rubric-for-refactoring-code-review.md │ └── rubric-for-shell-code-review.md ├── ctags_generator_and_filewalkerarchitect-b.py ├── gather-sort-contemplate.md ├── guide-to-running-untrusted-shell-code-by-gpt4.md ├── huggingface-and-peft-introduction.md ├── peft-huggingface-code-explanation-llm-nlp.md ├── personality │ ├── computer-assistant-jerk.yml │ └── jerk.md ├── rubrics │ ├── GPT-core-notes.txt │ ├── agi-rubrics-research.md │ ├── conversation_eval.csv │ ├── conversation_eval_chart.png │ ├── conversation_eval_latest.csv │ ├── conversation_eval_scores.png │ ├── conversation_output.xml │ ├── create-evals-db.py │ ├── eval_531_adaptability_bar_chart.png │ ├── eval_531_coherence_bar_chart.png │ ├── eval_531_completeness_bar_chart.png │ ├── eval_531_creativity_bar_chart.png │ ├── eval_531_emergence_bar_chart.png │ ├── eval_531_factuality_bar_chart.png │ ├── eval_531_radar_chart.png │ ├── eval_531_radar_chart_full.png │ ├── eval_531_reasoning_bar_chart.png │ ├── eval_531_relevance_bar_chart.png │ ├── eval_531_response_41_radar_chart.png │ ├── eval_531_response_41_reasoning_line_chart.png │ ├── evaluation_metrics.png │ ├── gemini-rubric-parser.py │ ├── gemini-rubric-xml.md │ ├── gemini-rubric.md │ ├── group_231_coherence_goal_completion_line_chart.png │ ├── group_231_coherence_line_chart.png │ ├── group_231_completeness_line_chart.png │ ├── group_231_creativity_line_chart.png │ ├── group_231_emergence_line_chart.png │ ├── group_231_factuality_line_chart.png │ ├── group_231_reasoning_creativity_bar_chart.png │ ├── group_231_reasoning_line_chart.png │ ├── group_231_relevance_line_chart.png │ ├── group_231_response_eval_bar_chart.png │ ├── group_231_response_eval_line_chart.png │ ├── group_231_response_eval_metrics.png │ ├── group_231_turns_30_to_36_coherence_line_chart.png │ ├── group_231_turns_30_to_36_completeness_line_chart.png │ ├── group_231_turns_30_to_36_creativity_line_chart.png │ ├── group_231_turns_30_to_36_emergence_line_chart.png │ ├── group_231_turns_30_to_36_factuality_line_chart.png │ ├── group_231_turns_30_to_36_reasoning_line_chart.png │ ├── group_231_turns_30_to_36_relevance_line_chart.png │ ├── import-conversations.py │ ├── import-evaluations-scores-v2.py │ ├── import-evaluations-scores-v3.py │ ├── import-evaluations-scores.py │ ├── last_10_conversation_evals_radar_chart.png │ ├── last_10_evaluation_metrics.png │ ├── llm-logs-group-getter.py │ ├── model-judge-v2.sh │ ├── model-judge-v3.sh │ ├── model-judge.sh │ ├── response_eval.csv │ ├── response_eval_531_chart.png │ ├── response_eval_metrics.png │ ├── response_eval_scores.png │ ├── rubric-metaprompt.md │ ├── shelllm-old.db │ ├── shelllm.db │ ├── temp-judge.txt │ ├── top_10_conversation_evals_chart.png │ └── visualize_data.py ├── search │ ├── bing-custom-quick-search.py │ ├── bing-custom-search-ai-agent-3.py │ ├── bing-custom-search-ai-agent.py │ ├── chatgpt-web-browsing-prompts │ │ ├── 2024.md │ │ └── chatgpt-browsing-history.json │ ├── code-interpreter-refactoring-loop.yaml │ ├── markdown-formatting-for-search-results.md │ ├── web-search-agent-result.md │ └── web-search-query-resources.md ├── sql-agent │ ├── github-issues.db │ ├── sqlcoder.py │ └── steampipe-example-md ├── temp_script.sh └── writer │ └── guide-to-writing-documentation.md ├── claude_bash_instruction.md ├── code_to_exec.sh ├── github-actions-issue-comment-by-gpt.yml ├── github-actions-overseer ├── example-scrape-help-from-actions-ubuntu-vm.yml ├── notes-url-scrape-serverless-automation-scheme.md ├── sync_changed_file.sh └── tui-issues-interface │ └── gh-issues-tui.sh ├── github-cli-commands-available-summary.md ├── hubcap.php ├── ideas ├── dbus_tutorial.md ├── ffmpeg-manual.md ├── gh-label-color-scheme-idea.md ├── git-and-gh-cli-starter-guide.md ├── ls-man-page-to-markdown.md └── markdown-to-make-your-repos-dazzle.md ├── instructions_for_gh_actions.md ├── json-keyboard-shortcuts-terminator_2.json ├── llm ├── Metaprompt_For_Claude.ipynb ├── TODO.md ├── chat-logs │ └── cache-github-issues.md ├── claude-metaprompts │ ├── code-refactor-agent-web-search-v2.md │ ├── code-refactor-agent-web-search-v3.md │ └── code-refactor-agent-web-search.md ├── clip-mon.sh ├── clip-safari.py ├── groq-chat.py ├── llamacpp-config.json ├── llm-cli │ ├── delete_llm_cli_db_entry.sh │ ├── evals_table_maker.sh │ ├── interactive_llm_evals.py │ ├── llm-cli-tools.sh │ ├── llm-logs-markdown-example.md │ ├── llm-logs-markdown-formatter.sh │ ├── llm_db_to_markdown_jq_recipe.sh │ ├── llm_evaluations.sh │ ├── mistral-med-interactive-llm-evals.md │ ├── pattern-for-llm-logs-to-markdown-test-output-v2.md │ └── pattern-for-llm-logs-to-markdown-test-output.md ├── machine-learning │ └── experiments │ │ ├── ctags_architect-b.py │ │ ├── test_architect-a-refactor.md │ │ ├── test_architect-b-refactor.md │ │ ├── test_architect-q-refactor.md │ │ ├── test_tip_20 (TWENTY).md │ │ └── test_tip_200 (TWO HUNDRED).md ├── model-tests │ └── TinyLlama-2.5T-and-CodeNinja-1.0-OpenChat-7B.md ├── phi2-run.py └── templates │ ├── 4shellscript.yaml │ ├── ActionClassifier.yaml │ ├── advisor.yaml │ ├── characterize-code-perf.yaml │ ├── commit135.yaml │ ├── concise.yaml │ ├── error-help.yaml │ ├── errormsg.yaml │ ├── exp-browsers.yaml │ ├── ghs.yaml │ ├── gwern.yaml │ ├── help.yaml │ ├── judge.yaml │ ├── kde.yaml │ ├── less-concise.yaml │ ├── makefilename.yaml │ ├── man-terminator.yaml │ ├── man-xdotool-windows.yaml │ ├── mktutorial.yaml │ ├── nyxt-instruct.yaml │ ├── nyxt-v2.yaml │ ├── nyxt.yaml │ ├── prompt-optimiser.yaml │ ├── quick_cli_help.yaml │ ├── router.yaml │ ├── scrcpy.yaml │ ├── shellhelp.yaml │ ├── shellscript.yaml │ ├── socrates.yaml │ └── summarize.yaml ├── nyxt ├── Nyxt-manual-txt ├── auto-config.3.lisp ├── buf-text-to-pipe-cmd.lisp ├── command.sh ├── config.lisp ├── get-current-url-from-nyxt.sh ├── nyxt-browser-gh-issues-plugin.lisp ├── nyxt-documentation.html ├── nyxt-manual-summary-gpt16k.md ├── nyxt-manual.md └── nyxt-to-gh.sh ├── resources_and_research ├── Bash-and-Linux-Mastery-Cheatsheet-by-GPT-4o.md ├── bash-manual.md ├── claude_socratic_teacher_prompt.md ├── claude_task_instruction.md └── claude_task_instruction.xml ├── temp_script.sh ├── undecidability_gh_issues.db ├── utilities ├── check-in-a-file-to-gh.sh ├── copy_file_tags.sh ├── kde-toggle-activity-for-window.sh ├── kde │ └── toms_sys_mon.page ├── prompt-to-files.py └── shell_functions.sh └── web-scraping ├── author_queries.txt ├── content_queries.txt ├── data_queries.txt ├── description_queries.txt ├── example.html ├── title_queries.txt ├── url_queries.txt └── web_scraping_queries_and_filters_by_gpt35.txt /.github/workflows/issue_comment-claude.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/.github/workflows/issue_comment-claude.yml -------------------------------------------------------------------------------- /.github/workflows/sync_changed_file.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/.github/workflows/sync_changed_file.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/.gitignore -------------------------------------------------------------------------------- /ClipNotes/bash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ClipNotes/bash.txt -------------------------------------------------------------------------------- /ClipNotes/clipnotes-gptscore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ClipNotes/clipnotes-gptscore.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/README.md -------------------------------------------------------------------------------- /agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/README.md -------------------------------------------------------------------------------- /agents/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/TODO.md -------------------------------------------------------------------------------- /agents/about_agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/about_agents.md -------------------------------------------------------------------------------- /agents/agent_personality.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/agent_personality.yaml -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsdzkhbc6a9x4wy48mvsen6y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsdzkhbc6a9x4wy48mvsen6y.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsdzkhbc6a9x4wy48mvsen6y.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsdzkhbc6a9x4wy48mvsen6y.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsdzw8febrkmmw70xpn06d22-hard-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsdzw8febrkmmw70xpn06d22-hard-review.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsdzw8febrkmmw70xpn06d22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsdzw8febrkmmw70xpn06d22.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsdzw8febrkmmw70xpn06d22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsdzw8febrkmmw70xpn06d22.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsekr37tjw0cmn0n39f9j2y7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsekr37tjw0cmn0n39f9j2y7.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsekr37tjw0cmn0n39f9j2y7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsekr37tjw0cmn0n39f9j2y7.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsetq83223xwzj3dch6h1p7n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsetq83223xwzj3dch6h1p7n.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsetq83223xwzj3dch6h1p7n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsetq83223xwzj3dch6h1p7n.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsev9n8tb4591wz691zvykbt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsev9n8tb4591wz691zvykbt.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsev9n8tb4591wz691zvykbt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsev9n8tb4591wz691zvykbt.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsf0fx2zsdxca1fga4w7dt3v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsf0fx2zsdxca1fga4w7dt3v.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsf0fx2zsdxca1fga4w7dt3v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsf0fx2zsdxca1fga4w7dt3v.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsf0wv1dsw3pxkjcsba8gd75.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsf0wv1dsw3pxkjcsba8gd75.md -------------------------------------------------------------------------------- /agents/automated-code-reviews/cid-01hsf0wv1dsw3pxkjcsba8gd75.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/cid-01hsf0wv1dsw3pxkjcsba8gd75.py -------------------------------------------------------------------------------- /agents/automated-code-reviews/report-output-code-rubric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/automated-code-reviews/report-output-code-rubric.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/code-interpreter-refactoring-loop-v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/code-interpreter-refactoring-loop-v1.py -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/code-interpreter-refactoring-loop-v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/code-interpreter-refactoring-loop-v2.py -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/code-review-make-comment-metaprompt-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/code-review-make-comment-metaprompt-2.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/code-review-make-comment-metaprompt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/code-review-make-comment-metaprompt.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/code-review-metaprompt-ai-agent-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/code-review-metaprompt-ai-agent-3.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/multi-llm-code-improver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/multi-llm-code-improver.sh -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/claude-code-comments-reviewer-v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/claude-code-comments-reviewer-v2.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/claude-code-comments-reviewer-v3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/claude-code-comments-reviewer-v3.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/claude-code-comments-reviewer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/claude-code-comments-reviewer.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-and-refactoring-rubric-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-and-refactoring-rubric-test.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-bigo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-bigo.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-make-comment-metaprompt-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-make-comment-metaprompt-2.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-make-comment-metaprompt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-make-comment-metaprompt.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-rubric.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/prompt-templates/code-review-rubric.yaml -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/report-output-code-rubric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/report-output-code-rubric.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/rubric-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/rubric-code-review.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/rubric-for-lisp-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/rubric-for-lisp-code-review.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/rubric-for-python-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/rubric-for-python-code-review.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/rubric-for-refactoring-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/rubric-for-refactoring-code-review.md -------------------------------------------------------------------------------- /agents/claude-sub-agent-code-interpreter/rubric-for-shell-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/claude-sub-agent-code-interpreter/rubric-for-shell-code-review.md -------------------------------------------------------------------------------- /agents/ctags_generator_and_filewalkerarchitect-b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/ctags_generator_and_filewalkerarchitect-b.py -------------------------------------------------------------------------------- /agents/gather-sort-contemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/gather-sort-contemplate.md -------------------------------------------------------------------------------- /agents/guide-to-running-untrusted-shell-code-by-gpt4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/guide-to-running-untrusted-shell-code-by-gpt4.md -------------------------------------------------------------------------------- /agents/huggingface-and-peft-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/huggingface-and-peft-introduction.md -------------------------------------------------------------------------------- /agents/peft-huggingface-code-explanation-llm-nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/peft-huggingface-code-explanation-llm-nlp.md -------------------------------------------------------------------------------- /agents/personality/computer-assistant-jerk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/personality/computer-assistant-jerk.yml -------------------------------------------------------------------------------- /agents/personality/jerk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/personality/jerk.md -------------------------------------------------------------------------------- /agents/rubrics/GPT-core-notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/GPT-core-notes.txt -------------------------------------------------------------------------------- /agents/rubrics/agi-rubrics-research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/agi-rubrics-research.md -------------------------------------------------------------------------------- /agents/rubrics/conversation_eval.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/conversation_eval.csv -------------------------------------------------------------------------------- /agents/rubrics/conversation_eval_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/conversation_eval_chart.png -------------------------------------------------------------------------------- /agents/rubrics/conversation_eval_latest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/conversation_eval_latest.csv -------------------------------------------------------------------------------- /agents/rubrics/conversation_eval_scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/conversation_eval_scores.png -------------------------------------------------------------------------------- /agents/rubrics/conversation_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/conversation_output.xml -------------------------------------------------------------------------------- /agents/rubrics/create-evals-db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/create-evals-db.py -------------------------------------------------------------------------------- /agents/rubrics/eval_531_adaptability_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_adaptability_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_coherence_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_coherence_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_completeness_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_completeness_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_creativity_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_creativity_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_emergence_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_emergence_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_factuality_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_factuality_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_radar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_radar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_radar_chart_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_radar_chart_full.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_reasoning_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_reasoning_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_relevance_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_relevance_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_response_41_radar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_response_41_radar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/eval_531_response_41_reasoning_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/eval_531_response_41_reasoning_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/evaluation_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/evaluation_metrics.png -------------------------------------------------------------------------------- /agents/rubrics/gemini-rubric-parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/gemini-rubric-parser.py -------------------------------------------------------------------------------- /agents/rubrics/gemini-rubric-xml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/gemini-rubric-xml.md -------------------------------------------------------------------------------- /agents/rubrics/gemini-rubric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/gemini-rubric.md -------------------------------------------------------------------------------- /agents/rubrics/group_231_coherence_goal_completion_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_coherence_goal_completion_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_coherence_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_coherence_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_completeness_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_completeness_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_creativity_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_creativity_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_emergence_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_emergence_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_factuality_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_factuality_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_reasoning_creativity_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_reasoning_creativity_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_reasoning_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_reasoning_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_relevance_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_relevance_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_response_eval_bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_response_eval_bar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_response_eval_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_response_eval_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_response_eval_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_response_eval_metrics.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_coherence_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_coherence_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_completeness_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_completeness_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_creativity_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_creativity_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_emergence_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_emergence_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_factuality_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_factuality_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_reasoning_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_reasoning_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/group_231_turns_30_to_36_relevance_line_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/group_231_turns_30_to_36_relevance_line_chart.png -------------------------------------------------------------------------------- /agents/rubrics/import-conversations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/import-conversations.py -------------------------------------------------------------------------------- /agents/rubrics/import-evaluations-scores-v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/import-evaluations-scores-v2.py -------------------------------------------------------------------------------- /agents/rubrics/import-evaluations-scores-v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/import-evaluations-scores-v3.py -------------------------------------------------------------------------------- /agents/rubrics/import-evaluations-scores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/import-evaluations-scores.py -------------------------------------------------------------------------------- /agents/rubrics/last_10_conversation_evals_radar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/last_10_conversation_evals_radar_chart.png -------------------------------------------------------------------------------- /agents/rubrics/last_10_evaluation_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/last_10_evaluation_metrics.png -------------------------------------------------------------------------------- /agents/rubrics/llm-logs-group-getter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/llm-logs-group-getter.py -------------------------------------------------------------------------------- /agents/rubrics/model-judge-v2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/model-judge-v2.sh -------------------------------------------------------------------------------- /agents/rubrics/model-judge-v3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/model-judge-v3.sh -------------------------------------------------------------------------------- /agents/rubrics/model-judge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/model-judge.sh -------------------------------------------------------------------------------- /agents/rubrics/response_eval.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/response_eval.csv -------------------------------------------------------------------------------- /agents/rubrics/response_eval_531_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/response_eval_531_chart.png -------------------------------------------------------------------------------- /agents/rubrics/response_eval_metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/response_eval_metrics.png -------------------------------------------------------------------------------- /agents/rubrics/response_eval_scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/response_eval_scores.png -------------------------------------------------------------------------------- /agents/rubrics/rubric-metaprompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/rubric-metaprompt.md -------------------------------------------------------------------------------- /agents/rubrics/shelllm-old.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/shelllm-old.db -------------------------------------------------------------------------------- /agents/rubrics/shelllm.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/shelllm.db -------------------------------------------------------------------------------- /agents/rubrics/temp-judge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/temp-judge.txt -------------------------------------------------------------------------------- /agents/rubrics/top_10_conversation_evals_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/top_10_conversation_evals_chart.png -------------------------------------------------------------------------------- /agents/rubrics/visualize_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/rubrics/visualize_data.py -------------------------------------------------------------------------------- /agents/search/bing-custom-quick-search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/bing-custom-quick-search.py -------------------------------------------------------------------------------- /agents/search/bing-custom-search-ai-agent-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/bing-custom-search-ai-agent-3.py -------------------------------------------------------------------------------- /agents/search/bing-custom-search-ai-agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/bing-custom-search-ai-agent.py -------------------------------------------------------------------------------- /agents/search/chatgpt-web-browsing-prompts/2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/chatgpt-web-browsing-prompts/2024.md -------------------------------------------------------------------------------- /agents/search/chatgpt-web-browsing-prompts/chatgpt-browsing-history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/chatgpt-web-browsing-prompts/chatgpt-browsing-history.json -------------------------------------------------------------------------------- /agents/search/code-interpreter-refactoring-loop.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/code-interpreter-refactoring-loop.yaml -------------------------------------------------------------------------------- /agents/search/markdown-formatting-for-search-results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/markdown-formatting-for-search-results.md -------------------------------------------------------------------------------- /agents/search/web-search-agent-result.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/web-search-agent-result.md -------------------------------------------------------------------------------- /agents/search/web-search-query-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/search/web-search-query-resources.md -------------------------------------------------------------------------------- /agents/sql-agent/github-issues.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/sql-agent/github-issues.db -------------------------------------------------------------------------------- /agents/sql-agent/sqlcoder.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /agents/sql-agent/steampipe-example-md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/sql-agent/steampipe-example-md -------------------------------------------------------------------------------- /agents/temp_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/temp_script.sh -------------------------------------------------------------------------------- /agents/writer/guide-to-writing-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/agents/writer/guide-to-writing-documentation.md -------------------------------------------------------------------------------- /claude_bash_instruction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/claude_bash_instruction.md -------------------------------------------------------------------------------- /code_to_exec.sh: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /github-actions-issue-comment-by-gpt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/github-actions-issue-comment-by-gpt.yml -------------------------------------------------------------------------------- /github-actions-overseer/example-scrape-help-from-actions-ubuntu-vm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/github-actions-overseer/example-scrape-help-from-actions-ubuntu-vm.yml -------------------------------------------------------------------------------- /github-actions-overseer/notes-url-scrape-serverless-automation-scheme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/github-actions-overseer/notes-url-scrape-serverless-automation-scheme.md -------------------------------------------------------------------------------- /github-actions-overseer/sync_changed_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/github-actions-overseer/sync_changed_file.sh -------------------------------------------------------------------------------- /github-actions-overseer/tui-issues-interface/gh-issues-tui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/github-actions-overseer/tui-issues-interface/gh-issues-tui.sh -------------------------------------------------------------------------------- /github-cli-commands-available-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/github-cli-commands-available-summary.md -------------------------------------------------------------------------------- /hubcap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/hubcap.php -------------------------------------------------------------------------------- /ideas/dbus_tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ideas/dbus_tutorial.md -------------------------------------------------------------------------------- /ideas/ffmpeg-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ideas/ffmpeg-manual.md -------------------------------------------------------------------------------- /ideas/gh-label-color-scheme-idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ideas/gh-label-color-scheme-idea.md -------------------------------------------------------------------------------- /ideas/git-and-gh-cli-starter-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ideas/git-and-gh-cli-starter-guide.md -------------------------------------------------------------------------------- /ideas/ls-man-page-to-markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ideas/ls-man-page-to-markdown.md -------------------------------------------------------------------------------- /ideas/markdown-to-make-your-repos-dazzle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/ideas/markdown-to-make-your-repos-dazzle.md -------------------------------------------------------------------------------- /instructions_for_gh_actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/instructions_for_gh_actions.md -------------------------------------------------------------------------------- /json-keyboard-shortcuts-terminator_2.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /llm/Metaprompt_For_Claude.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/Metaprompt_For_Claude.ipynb -------------------------------------------------------------------------------- /llm/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/TODO.md -------------------------------------------------------------------------------- /llm/chat-logs/cache-github-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/chat-logs/cache-github-issues.md -------------------------------------------------------------------------------- /llm/claude-metaprompts/code-refactor-agent-web-search-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/claude-metaprompts/code-refactor-agent-web-search-v2.md -------------------------------------------------------------------------------- /llm/claude-metaprompts/code-refactor-agent-web-search-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/claude-metaprompts/code-refactor-agent-web-search-v3.md -------------------------------------------------------------------------------- /llm/claude-metaprompts/code-refactor-agent-web-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/claude-metaprompts/code-refactor-agent-web-search.md -------------------------------------------------------------------------------- /llm/clip-mon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/clip-mon.sh -------------------------------------------------------------------------------- /llm/clip-safari.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/clip-safari.py -------------------------------------------------------------------------------- /llm/groq-chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/groq-chat.py -------------------------------------------------------------------------------- /llm/llamacpp-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llamacpp-config.json -------------------------------------------------------------------------------- /llm/llm-cli/delete_llm_cli_db_entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/delete_llm_cli_db_entry.sh -------------------------------------------------------------------------------- /llm/llm-cli/evals_table_maker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/evals_table_maker.sh -------------------------------------------------------------------------------- /llm/llm-cli/interactive_llm_evals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/interactive_llm_evals.py -------------------------------------------------------------------------------- /llm/llm-cli/llm-cli-tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/llm-cli-tools.sh -------------------------------------------------------------------------------- /llm/llm-cli/llm-logs-markdown-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/llm-logs-markdown-example.md -------------------------------------------------------------------------------- /llm/llm-cli/llm-logs-markdown-formatter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/llm-logs-markdown-formatter.sh -------------------------------------------------------------------------------- /llm/llm-cli/llm_db_to_markdown_jq_recipe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/llm_db_to_markdown_jq_recipe.sh -------------------------------------------------------------------------------- /llm/llm-cli/llm_evaluations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/llm_evaluations.sh -------------------------------------------------------------------------------- /llm/llm-cli/mistral-med-interactive-llm-evals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/mistral-med-interactive-llm-evals.md -------------------------------------------------------------------------------- /llm/llm-cli/pattern-for-llm-logs-to-markdown-test-output-v2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /llm/llm-cli/pattern-for-llm-logs-to-markdown-test-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/llm-cli/pattern-for-llm-logs-to-markdown-test-output.md -------------------------------------------------------------------------------- /llm/machine-learning/experiments/ctags_architect-b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/machine-learning/experiments/ctags_architect-b.py -------------------------------------------------------------------------------- /llm/machine-learning/experiments/test_architect-a-refactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/machine-learning/experiments/test_architect-a-refactor.md -------------------------------------------------------------------------------- /llm/machine-learning/experiments/test_architect-b-refactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/machine-learning/experiments/test_architect-b-refactor.md -------------------------------------------------------------------------------- /llm/machine-learning/experiments/test_architect-q-refactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/machine-learning/experiments/test_architect-q-refactor.md -------------------------------------------------------------------------------- /llm/machine-learning/experiments/test_tip_20 (TWENTY).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/machine-learning/experiments/test_tip_20 (TWENTY).md -------------------------------------------------------------------------------- /llm/machine-learning/experiments/test_tip_200 (TWO HUNDRED).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/machine-learning/experiments/test_tip_200 (TWO HUNDRED).md -------------------------------------------------------------------------------- /llm/model-tests/TinyLlama-2.5T-and-CodeNinja-1.0-OpenChat-7B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/model-tests/TinyLlama-2.5T-and-CodeNinja-1.0-OpenChat-7B.md -------------------------------------------------------------------------------- /llm/phi2-run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/phi2-run.py -------------------------------------------------------------------------------- /llm/templates/4shellscript.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/4shellscript.yaml -------------------------------------------------------------------------------- /llm/templates/ActionClassifier.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/ActionClassifier.yaml -------------------------------------------------------------------------------- /llm/templates/advisor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/advisor.yaml -------------------------------------------------------------------------------- /llm/templates/characterize-code-perf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/characterize-code-perf.yaml -------------------------------------------------------------------------------- /llm/templates/commit135.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/commit135.yaml -------------------------------------------------------------------------------- /llm/templates/concise.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/concise.yaml -------------------------------------------------------------------------------- /llm/templates/error-help.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/error-help.yaml -------------------------------------------------------------------------------- /llm/templates/errormsg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/errormsg.yaml -------------------------------------------------------------------------------- /llm/templates/exp-browsers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/exp-browsers.yaml -------------------------------------------------------------------------------- /llm/templates/ghs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/ghs.yaml -------------------------------------------------------------------------------- /llm/templates/gwern.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/gwern.yaml -------------------------------------------------------------------------------- /llm/templates/help.yaml: -------------------------------------------------------------------------------- 1 | prompt: -------------------------------------------------------------------------------- /llm/templates/judge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/judge.yaml -------------------------------------------------------------------------------- /llm/templates/kde.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/kde.yaml -------------------------------------------------------------------------------- /llm/templates/less-concise.yaml: -------------------------------------------------------------------------------- 1 | prompt: $input 2 | system: Be concise, but include much info. 3 | -------------------------------------------------------------------------------- /llm/templates/makefilename.yaml: -------------------------------------------------------------------------------- 1 | prompt: $input 2 | 3 | system: Suggest a file name. No path. 4 | -------------------------------------------------------------------------------- /llm/templates/man-terminator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/man-terminator.yaml -------------------------------------------------------------------------------- /llm/templates/man-xdotool-windows.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/man-xdotool-windows.yaml -------------------------------------------------------------------------------- /llm/templates/mktutorial.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/mktutorial.yaml -------------------------------------------------------------------------------- /llm/templates/nyxt-instruct.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/nyxt-instruct.yaml -------------------------------------------------------------------------------- /llm/templates/nyxt-v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/nyxt-v2.yaml -------------------------------------------------------------------------------- /llm/templates/nyxt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/nyxt.yaml -------------------------------------------------------------------------------- /llm/templates/prompt-optimiser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/prompt-optimiser.yaml -------------------------------------------------------------------------------- /llm/templates/quick_cli_help.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/quick_cli_help.yaml -------------------------------------------------------------------------------- /llm/templates/router.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/router.yaml -------------------------------------------------------------------------------- /llm/templates/scrcpy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/scrcpy.yaml -------------------------------------------------------------------------------- /llm/templates/shellhelp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/shellhelp.yaml -------------------------------------------------------------------------------- /llm/templates/shellscript.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/shellscript.yaml -------------------------------------------------------------------------------- /llm/templates/socrates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/socrates.yaml -------------------------------------------------------------------------------- /llm/templates/summarize.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/llm/templates/summarize.yaml -------------------------------------------------------------------------------- /nyxt/Nyxt-manual-txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/Nyxt-manual-txt -------------------------------------------------------------------------------- /nyxt/auto-config.3.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/auto-config.3.lisp -------------------------------------------------------------------------------- /nyxt/buf-text-to-pipe-cmd.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/buf-text-to-pipe-cmd.lisp -------------------------------------------------------------------------------- /nyxt/command.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/command.sh -------------------------------------------------------------------------------- /nyxt/config.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/config.lisp -------------------------------------------------------------------------------- /nyxt/get-current-url-from-nyxt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/get-current-url-from-nyxt.sh -------------------------------------------------------------------------------- /nyxt/nyxt-browser-gh-issues-plugin.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/nyxt-browser-gh-issues-plugin.lisp -------------------------------------------------------------------------------- /nyxt/nyxt-documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/nyxt-documentation.html -------------------------------------------------------------------------------- /nyxt/nyxt-manual-summary-gpt16k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/nyxt-manual-summary-gpt16k.md -------------------------------------------------------------------------------- /nyxt/nyxt-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/nyxt-manual.md -------------------------------------------------------------------------------- /nyxt/nyxt-to-gh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/nyxt/nyxt-to-gh.sh -------------------------------------------------------------------------------- /resources_and_research/Bash-and-Linux-Mastery-Cheatsheet-by-GPT-4o.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/resources_and_research/Bash-and-Linux-Mastery-Cheatsheet-by-GPT-4o.md -------------------------------------------------------------------------------- /resources_and_research/bash-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/resources_and_research/bash-manual.md -------------------------------------------------------------------------------- /resources_and_research/claude_socratic_teacher_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/resources_and_research/claude_socratic_teacher_prompt.md -------------------------------------------------------------------------------- /resources_and_research/claude_task_instruction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/resources_and_research/claude_task_instruction.md -------------------------------------------------------------------------------- /resources_and_research/claude_task_instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/resources_and_research/claude_task_instruction.xml -------------------------------------------------------------------------------- /temp_script.sh: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /undecidability_gh_issues.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/undecidability_gh_issues.db -------------------------------------------------------------------------------- /utilities/check-in-a-file-to-gh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/utilities/check-in-a-file-to-gh.sh -------------------------------------------------------------------------------- /utilities/copy_file_tags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/utilities/copy_file_tags.sh -------------------------------------------------------------------------------- /utilities/kde-toggle-activity-for-window.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/utilities/kde-toggle-activity-for-window.sh -------------------------------------------------------------------------------- /utilities/kde/toms_sys_mon.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/utilities/kde/toms_sys_mon.page -------------------------------------------------------------------------------- /utilities/prompt-to-files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/utilities/prompt-to-files.py -------------------------------------------------------------------------------- /utilities/shell_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/utilities/shell_functions.sh -------------------------------------------------------------------------------- /web-scraping/author_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/author_queries.txt -------------------------------------------------------------------------------- /web-scraping/content_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/content_queries.txt -------------------------------------------------------------------------------- /web-scraping/data_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/data_queries.txt -------------------------------------------------------------------------------- /web-scraping/description_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/description_queries.txt -------------------------------------------------------------------------------- /web-scraping/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/example.html -------------------------------------------------------------------------------- /web-scraping/title_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/title_queries.txt -------------------------------------------------------------------------------- /web-scraping/url_queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/url_queries.txt -------------------------------------------------------------------------------- /web-scraping/web_scraping_queries_and_filters_by_gpt35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irthomasthomas/undecidability/HEAD/web-scraping/web_scraping_queries_and_filters_by_gpt35.txt --------------------------------------------------------------------------------