Skip to content

Instantly share code, notes, and snippets.

View hashangit's full-sized avatar
:dependabot:
Vibe Coding

Hashan Wickramasinghe hashangit

:dependabot:
Vibe Coding
View GitHub Profile
import os
import autogen
import memgpt.autogen.memgpt_agent as memgpt_autogen
import memgpt.autogen.interface as autogen_interface
import memgpt.agent as agent
import memgpt.system as system
import memgpt.utils as utils
import memgpt.presets as presets
import memgpt.constants as constants
import memgpt.personas.personas as personas
@hashangit
hashangit / LM_Studio_compatible_custom_pub_chat_template_gemma4.jinja
Last active August 21, 2026 11:57 — forked from jscott3201/custom_pub_chat_template_gemma4.jinja
A drop-in replacement chat template for google/gemma-4-31B-it tuned for open-source agentic coding harnesses.
{#---------------------------------------------------------------------
LM_Studio_compatible_custom_pub_chat_template_gemma4.jinja
=====================================
A public, harness-friendly fork of Google's Gemma 4 chat template,
tuned for open-source agentic coding harnesses like:
- anomalyco/opencode (https://github.com/anomalyco/opencode)
- earendil-works/pi (https://github.com/earendil-works/pi)
- openclaw, OpenHarness, similar Claude-Code-style harnesses
WHY THIS FORK EXISTS