Skip to content

Instantly share code, notes, and snippets.

@mkeywood1
mkeywood1 / ace_example.py
Last active October 26, 2025 16:28
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 September 16, 2025 10:31
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.