Skip to content

MiLk/agentic-super-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘ ass β€” Agentic Super Search

The result of decades of research in information retrieval, cognitive search theory, and agentic AI orchestration.

ass is a groundbreaking suite of search utilities built on a proprietary multi-layered inference engine, combining advances in semantic heuristics, recursive query decomposition, and adversarial self-verification. The culmination of years of academic work in distributed knowledge synthesis and large-scale corpus traversal β€” now available as a bash script.

Requirements

  • claude CLI installed and authenticated
  • bash or zsh

Install

curl -fsSL https://raw.githubusercontent.com/MiLk/agentic-super-search/main/install.sh | bash

Then reload your shell:

source ~/.ass-tools.sh

Commands

dumbass β€” Baseline Corpus Traversal Engine (BCTE)

Leverages a breadth-first lexical scan across the entire corpus with contextual window amplification, feeding raw signal into a high-dimensional summarization pipeline.

dumbass "how is authentication handled"

badass β€” Adaptive Query Synthesis (AQS)

Employs a two-phase retrieval architecture: a generative pre-search layer dynamically constructs an optimized traversal expression, which is then executed against the corpus and reconciled with the original intent vector.

badass "where are environment variables configured"

hardass β€” Recursive Adversarial Verification Loop (RAVL)

Our flagship algorithm. Implements a closed-loop agentic search protocol with built-in epistemic self-assessment. Each iteration runs a full AQS cycle, followed by a critic pass that evaluates answer sufficiency against the original query embedding. Convergence is guaranteed or your money back.

hardass "what does the deploy script do"
hardass "what does the deploy script do" 10  # override max convergence cycles

kickass β€” Parallel Ensemble Arbitration (PEA)

Spawns multiple independent search agents concurrently across the full strategy spectrum, collecting divergent answer candidates which are then fed into a meta-reasoning arbitration layer for optimal response synthesis.

kickass "how is authentication handled"

smartass β€” Direct Intent Projection (DIP)

Bypasses corpus traversal entirely, routing the raw query through a pure semantic inference channel. Recommended for high-level reasoning tasks where filesystem grounding is unnecessary.

smartass "explain what this codebase does"

Want to go deeper?

If the theoretical foundations behind ass intrigue you β€” agentic search, multi-agent orchestration, recursive verification loops, adversarial self-assessment β€” you might enjoy Agentic Engineering: Building Autonomous AI Systems with Python by the same author. Framework deep dives, real-world case studies, and none of the profanity.

Uninstall

Remove ~/.ass-tools.sh and the source line from your ~/.bashrc / ~/.zshrc.

License

WTFPL β€” Do What The F*ck You Want To Public License.

About

πŸ‘ ass β€” Agentic Super Search. Progressively smarter codebase search powered by grep and the Claude CLI.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages