gintasz/neuralyzer

AI agent harness tool allowing it to wipe its own session context and re-run the first message

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on August 31st, 2026
Created on June 19th, 2026
Open Issues & Pull Requests: 0 (+0)
Number of forks: 1
Total Stargazers: 39 (+0)
Total Subscribers: 0 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Neuralyzer is an AI agent harness tool that allows an agent to wipe its own session context and re-run the first message.

The tool solves the problem of context accumulation in agentic loops by giving agents direct control over their session state. Traditional loop patterns either run outside the agent or accumulate messages in the context window, increasing token costs and causing context rot. Neuralyzer adds a single callable tool named `neuralyzer` that, when invoked, clears all user and assistant messages from the session and resends the initial message, allowing the agent to restart fresh without manual intervention or external loop management.

The tool is designed for developers building agentic workflows who want loops controlled by the agent itself rather than external shell commands or interactive commands. It suits projects using harnesses like pi or OpenCode where you want to avoid context window bloat from repeated loop iterations. Unlike `/loop` commands that keep adding to session context, neuralyzer provides a clean restart mechanism. The tool currently supports pi and OpenCode harnesses, with contribution guidelines available for adding support to other harnesses.

Development activity shows active engagement with the extension ecosystem, as evidenced by the project's focus on supporting multiple harness platforms and explicit invitation for pull requests to add new harness integrations. The codebase is written in TypeScript and organized around the core neuralyzer tool implementation with clear documentation for contributors.