You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ethicore Engine™ is an AI safety, ethics, and compliance platform. This repo consists of the open-source components of Ethicore Engine™ - Guardian SDK; designed to protect your AI applications from prompt injection, jailbreaks, role hijacking, system-prompt extraction, and 100+ additional threat categories through a multi-layer analysis pipeline
A lightweight starting point for an agentic coding harness — plus a step-by-step tutorial that walks through how it was built, line by line, with notes on what each piece does and why.
Language-agnostic best practices for building reliable agentic loops. Pillar-by-pillar guide to goals, persistent state, verification gates, guardrails, and anti-patterns. Zero dependencies.
Self-hosted AI agent gateway — give any local LLM (gemma:2b, llama3) tool calling, RAG, and a full agentic loop. 100% offline. OpenAI + Anthropic compatible.
Agentic Loop — quality loops for shipping with AI coding agents. Build with one model, review adversarially with another, verify against a real runtime, gate only the irreversible. Claude Code skill + guide.