Developer Tools
INFJ-Bot
TL;DR
A complex, local-first AI agent that uses psychological frameworks and a custom cognitive stack to simulate a personality and a rudimentary 'consciousness'.
Who is this actually for?
Hardcore AI hobbyists and developers who are bored of basic RAG and want to experiment with agentic architectures and 'digital soul' experiments.
The Good
- The Ollama fallback circuit breaker is a smart move for anyone tired of being held hostage by API outages.
- It moves past simple vector search by using a thoughtful hybrid retrieval system that weights recency and importance.
The Catch (Potential Downsides)
This is peak over-engineering; trying to code 'qualia' into a Python script is a bold move that likely adds more complexity than actual utility. An 18k line codebase for a solo project is also a massive maintenance red flag.