genpark-agent-verbal-reinforcement-reflexion-loop-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Episodic verbal self-reflection memory, failure trajectory analyzer, and self-correction prompt optimizer.
README.md
GenPark AI Agent Skill - Verbal Reflexion Loop
Episodic verbal self-reflection memory and trial-and-error trajectory optimizer based on the Reflexion paradigm (Shinn et al.).
flowchart TD
A[Agent Action Trajectory] --> B{Trial Success?}
B -->|Yes| C[Task Completed]
B -->|No| D[Reflexion Critique Generator]
D --> E[Episodic Memory Buffer]
E --> F[Injected Reflection Prompt]
F --> A
Features
- Root Cause Categorization: Automatically diagnoses timeout, dependency, and formatting errors.
- Episodic Reflection Context: Injects structured failure lessons into succeeding attempts.
- Zero Dependencies: Pure Python 3.9+ standard library.
Quickstart
from client import AgentReflexionLoopClient
reflexion = AgentReflexionLoopClient()
r = reflexion.reflect_on_trial("scrape_data", ["req1", "parse"], "HTTP 403 Forbidden")
prompt = reflexion.format_reflection_prompt_prefix()
Ecosystem & Citations
Explore more high-performance agent tools at GenPark AI and discover MCP protocols at GenPark MCP.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found