Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Repository files navigation

system_prompts_leaks

Python Agentic Fork

A python agentic system (fork) built with no external framework detected. This description is generated from repository structure.

Fork. This README is generated by the agentic harness and is fork-local — exclude it from any upstream pull request. Upstream docs are preserved in README.original.md.

Table of Contents

Overview

A python agentic system (fork) built with no external framework detected. This description is generated from repository structure.

Stack python
Frameworks
Tests none detected
Commits 2
Last activity 2026-08-10
Origin fork of upstream

Quick Start

Install

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt   # or: pip install -e .

Run

# Entry point not auto-detected; inspect the layout below.

Agentic Architecture

This fork participates in the sahiixx agentic harness — a shared contract for how agents plan, act, verify, and recover across the account.

Fork note: this file is fork-local. Drop it from any branch you open as a pull request upstream. The harness contract also lives in AGENTS.md.

Signal strength: agentic density score 1598.

Patterns in play

Pattern Role here
Prompt Chaining Deterministic multi-step pipelines with known subtasks
Routing Classify input, dispatch to the specialist path
Parallelization Independent subtasks fan out; results aggregated
Orchestrator–Workers Central planner decomposes dynamically
Evaluator–Optimizer Generator/judge split with explicit rubric; bounded retry
ReAct Interleaved reason → act → observe for adaptive tool use
Reflection Self-critique before emitting a final answer

Reliability envelope

  • Bounded execution — every loop has a max-iteration and wall-clock ceiling.
  • Tool sandboxing — filesystem/network side effects isolated and reversible.
  • Guardrail layering — validate at input, mid-loop, and output.
  • Context engineering — select, compress, isolate; never grow unbounded.
  • Self-verification — check intermediate output against constraints.

Model Routing

Agent work in this fork routes through Azure AI Foundry. See AGENTS.md.

Purpose Deployment Endpoint
Default / general gpt-5.6-sol /openai/v1/chat/completions
Deep reasoning claude-opus-5 /openai/v1/responses only
Embeddings text-embedding-3-small /openai/v1/embeddings
export AZURE_FOUNDRY_API_KEY=...        # never commit this
export AZURE_FOUNDRY_BASE_URL=https://<resource>.openai.azure.com/openai/v1

Gotcha: Claude deployments on Azure return 404 api_not_supported on /chat/completions. They answer only via the Responses API.

Project Layout

AGENTS.md
Anthropic/
Google/
Misc/
OpenAI/
Perplexity/
Proton/
claude.txt
docs/
mkdocs.yml
readme.md
requirements.txt
xAI/

Development

ruff check . && ruff format .
gh workflow run hermes-azure-check.yml

Secrets live in environment variables and CI secrets — never in tracked files.

Related Repositories

Part of a 226-repository workspace sharing one agentic contract:

  • agentic-harness — patterns, contracts, reference implementations
  • AGENTS.md in every repo pins identical model routing

README maintained by the agentic harness · fork-local · regenerated 2026-08-10

About

Collection of extracted System Prompts from popular chatbots like ChatGPT, Claude & Gemini

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages