Skip to content

Instantly share code, notes, and snippets.

import argparse
import json
import os
import re
import subprocess
import sys
import tempfile
import textwrap
import time
from dataclasses import dataclass
@mkeywood1
mkeywood1 / ace_example.py
Last active March 30, 2026 09:23
Agentic Context Engineering (ACE) - Example Framework
from dataclasses import dataclass, field
from typing import List, Dict, Any, Tuple
import uuid
import math
import requests
import json
from pathlib import Path
root = "personal/Agentic Context Engineering (ACE)/"
@mkeywood1
mkeywood1 / BRAG Example.ipynb
Last active May 11, 2024 18:02
Examples of using BRAG for Balanced Retrieval Augmented Generation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mkeywood1
mkeywood1 / Fine tune SQL LLM.ipynb
Last active March 31, 2026 18:08
Jupyter notebook for fine tuning a T5 small model to generate SQL from natural language
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.