Looking for testers for a custom agent harness
Hi everyone,
I've been working on an Agentic Harness wrapper for a few months now and I recently finished a large update so I'm looking for some 3rd party testing and feedback.
The harness is designed to simulate human like learning through practice and repitition. Experiences are saved and converted into beliefs if applicable. Instead of markdown files beliefs are stored like memories as individual statements. Incoming information, messages, tool returns, read files, etc... are routed through a belief and memory search using FAISS to establish keyword semantic anchor points then pulling nearby beliefs based on temporal and structural (relational) meta data. The highest relevance beliefs are summerized (if too long) or directly woven into the incoming text by the keyword anchor using a static tag *()* to indicate an internal belief. The recent update adds a tools skills pipeline that pulls out propositional beliefs about specific tools and appends the tool description in the schema directly to include the most relied on tool related beliefs.
The main purpose is to allow the agent to develop a more natural feeling dynamic personality with their own center of "conceptual gravity". Instead of a large static system prompt the agent receives an ongoing injection of directly relevant memories/beliefs that allow it to adapt and problem solve in real time based on past experiences.
Please check it out and reach out to me with any issues (the setup wizard is new as well) or feedback. Link in the comments.
Thanks in advance!