CPAN-MetaCurator
view release on metacpan or search on metacpan
html/cpan.metacurator.tree.html view on Meta::CPAN
</li>
<li data-jstree='{"opened": false}' id = '563'><a href = 'https://metacpan.org/dist/Sim-AgentSoar' target = '_blank'>Sim::AgentSoar - SOAR-inspired explicit search with a pluggable LLM worker</a>
</li>
<li data-jstree='{"opened": false}' id = '564'><a href = 'https://metacpan.org/dist/Sim-Agent' target = '_blank'>Sim::Agent - Deterministic, file-backed orchestration of LLM workers and critics via a small S-expression DSL</a>
</li>
<li data-jstree='{"opened": false}' id = '565'><a href = 'https://metacpan.org/dist/WebService-Chroma' target = '_blank'>WebService::Chroma - Chromadb client</a>
</li>
<li data-jstree='{"opened": false}' id = '566'>⊕ Notes for: WebService::Chroma
<ul>
<li data-jstree='{"opened": false}' id = '567'>Chroma is the AI-native open-source vector database. Chroma makes it easy to build LLM apps by making knowledge, facts, and skills pluggable for LLMs</li>
<li data-jstree='{"opened": false}' id = '568'>https://docs.trychroma.com/docs/overview/getting-started</li>
</ul></li>
<li data-jstree='{"opened": false}' id = '569'><a href = 'https://metacpan.org/pod/WebService::Ollama' target = '_blank'>WebService::Ollama - Ollama client</a>
</li>
<li data-jstree='{"opened": false}' id = '570'><a href = 'https://metacpan.org/dist/Wordsmith-Claude' target = '_blank'>Wordsmith::Claude - AI-powered text rewriting with style</a>
</li>
<li data-jstree='{"opened": false}' id = '571'><a href = 'https://metacpan.org/dist/WWW-Crawl4AI' target = '_blank'>WWW::Crawl4AI - Perl client and fallback orchestrator for Crawl4AI</a>
</li>
<li data-jstree='{"opened": false}' id = '572'><a href = 'https://metacpan.org/pod/WWW::Firecrawl' target = '_blank'>WWW::Firecrawl - Firecrawl v2 API bindings (self-host first, cloud compatible)</a>
</li>
<li data-jstree='{"opened": false}' id = '573'>⊕ Notes for: WWW::Firecrawl
<ul>
<li data-jstree='{"opened": false}' id = '574'>https://www.firecrawl.dev/</li>
<li data-jstree='{"opened": false}' id = '575'>See also Net::Async::Firecrawl above</li>
</ul></li>
<li data-jstree='{"opened": false}' id = '576'><a href = 'https://metacpan.org/dist/WWW-VastAI' target = '_blank'>WWW::VastAI - Perl client for the Vast.ai REST APIs</a>
</ul></li>
<li data-jstree='{"opened": false}' id = '577'>AlgorithmicStuff
<ul>
<li data-jstree='{"opened": false}' id = '578'>⊕ See also
<ul>
<li data-jstree='{"opened": false}' id = '579'>[Topic] <button class='btn btn-info'>DatabaseAndSQL1</button></li>
<li data-jstree='{"opened": false}' id = '580'>[Topic] <button class='btn btn-info'>DatabaseAndSQL2</button></li>
<li data-jstree='{"opened": false}' id = '581'>[Topic] <button class='btn btn-info'>DataTraversal</button></li>
<li data-jstree='{"opened": false}' id = '582'>[Topic] <button class='btn btn-info'>EventStuff</button></li>
</ul></li>
<li data-jstree='{"opened": false}' id = '583'><a href = 'https://metacpan.org/pod/Action::Retry' target = '_blank'>Action::Retry - Module to try to perform an action, with various ways of retrying and sleeping between retries</a>
</li>
<li data-jstree='{"opened": false}' id = '584'><a href = 'https://metacpan.org/pod/Action::Retry::Strategy::Constant' target = '_blank'>Action::Retry::Strategy::Constant - Constant sleep time strategy</a>
</li>
<li data-jstree='{"opened": false}' id = '585'><a href = 'https://metacpan.org/pod/Action::Retry::Strategy::Fibonacci' target = '_blank'>Action::Retry::Strategy::Fibonacci - Fibonacci incrementation of sleep time strategy</a>
</li>
<li data-jstree='{"opened": false}' id = '586'><a href = 'https://metacpan.org/pod/Action::Retry::Strategy::Linear' target = '_blank'>Action::Retry::Strategy::Linear - Linear incrementation of sleep time strategy</a>
</li>
<li data-jstree='{"opened": false}' id = '587'><a href = 'https://metacpan.org/pod/Algorithm::Backoff' target = '_blank'>Algorithm::Backoff - Various backoff strategies for retry</a>
</li>
<li data-jstree='{"opened": false}' id = '588'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::Constant' target = '_blank'>Algorithm::Backoff::Constant - Backoff using a constant delay</a>
</li>
<li data-jstree='{"opened": false}' id = '589'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::Exponential' target = '_blank'>Algorithm::Backoff::Exponential - Backoff exponentially</a>
</li>
<li data-jstree='{"opened": false}' id = '590'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::Fibonacci' target = '_blank'>Algorithm::Backoff::Fibonacci - Backoff using Fibonacci sequence</a>
</li>
<li data-jstree='{"opened": false}' id = '591'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::LILD' target = '_blank'>Algorithm::Backoff::LILD - Linear Increment, Linear Decrement (LILD) backoff</a>
</li>
<li data-jstree='{"opened": false}' id = '592'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::LIMD' target = '_blank'>Algorithm::Backoff::LIMD - Linear Increment, Multiplicative Decrement (LIMD) backoff</a>
</li>
<li data-jstree='{"opened": false}' id = '593'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::MILD' target = '_blank'>Algorithm::Backoff::MILD - Multiplicative Increment, Linear Decrement (MILD) backoff</a>
</li>
<li data-jstree='{"opened": false}' id = '594'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::MIMD' target = '_blank'>Algorithm::Backoff::MIMD - Multiplicative Increment, Multiplicative Decrement (MIMD) backoff</a>
</li>
<li data-jstree='{"opened": false}' id = '595'><a href = 'https://metacpan.org/pod/Algorithm::Backoff::RetryTimeouts' target = '_blank'>Algorithm::Backoff::RetryTimeouts - A backoff-style retry algorithm with adjustable timeout support</a>
</li>
<li data-jstree='{"opened": false}' id = '596'><a href = 'https://metacpan.org/dist/Algorithm-Classifier-NaiveBayes' target = '_blank'>Algorithm::Classifier::NaiveBayes - A multinomial naive Bayes text classifier with Laplace smoothing</a>
</li>
<li data-jstree='{"opened": false}' id = '597'><a href = 'https://metacpan.org/dist/Algorithm-Classifier-IsolationForest' target = '_blank'>Algorithm::Classifier::IsolationForest - Unsupervised anomaly detection via Isolation Forest or Extended Isol...
</li>
<li data-jstree='{"opened": false}' id = '598'>⊕ Notes for: Algorithm::Classifier::IsolationForest
<ul>
<li data-jstree='{"opened": false}' id = '599'>https://www.researchgate.net/publication/224384174_Isolation_Forest</li>
</ul></li>
<li data-jstree='{"opened": false}' id = '600'><a href = 'https://metacpan.org/dist/Algorithm-EventsPerSecond' target = '_blank'>Algorithm::EventsPerSecond - A sliding-window events-per-second rate counter with a optional XS backend</a>
</li>
<li data-jstree='{"opened": false}' id = '601'><a href = 'https://metacpan.org/dist/Algorithm-ToNumberMunger' target = '_blank'>Algorithm::ToNumberMunger - Compile declarative specs into closures that munge raw values into numbers</a>
</li>
<li data-jstree='{"opened": false}' id = '602'><a href = 'https://metacpan.org/dist/Algorithm-X' target = '_blank'>Algorithm::X::DLX - Solve exact cover problems with Algorithm-X and Dancing Links</a>
</li>
<li data-jstree='{"opened": false}' id = '603'><a href = 'https://metacpan.org/pod/Algorithm::DLX V 0.03' target = '_blank'>Algorithm::DLX - Solve exact cover problems</a>
</li>
<li data-jstree='{"opened": false}' id = '604'><a href = 'https://metacpan.org/pod/App::AlgorithmBackoffUtils' target = '_blank'>App::AlgorithmBackoffUtils - Utilities related to Algorithm::Backoff</a>
</li>
<li data-jstree='{"opened": false}' id = '605'><a href = 'https://metacpan.org/dist/Inline-CLIPS' target = '_blank'>Inline::CLIPS - Perl interface to run CLIPS programs</a>
</li>
<li data-jstree='{"opened": false}' id = '606'><a href = 'https://metacpan.org/pod/Retry::Backoff' target = '_blank'>Retry::Backoff - Retry a piece of code, with backoff strategies</a>
</li>
<li data-jstree='{"opened": false}' id = '607'><a href = 'https://metacpan.org/dist/Retry-Policy' target = '_blank'>Retry::Policy - Simple retry wrapper with exponential backoff and jitter</a>
</ul></li>
<li data-jstree='{"opened": false}' id = '608'>AnimationStuff
<ul>
<li data-jstree='{"opened": false}' id = '609'><a href = 'https://metacpan.org/dist/App-FfmpegUtils' target = '_blank'>App::FfmpegUtils - Utilities related to ffmpeg</a>
</li>
<li data-jstree='{"opened": false}' id = '610'><a href = 'https://metacpan.org/pod/Automate::Animate::FFmpeg' target = '_blank'>Automate::Animate::FFmpeg - Create animation from a sequence of images using FFmpeg</a>
</ul></li>
<li data-jstree='{"opened": false}' id = '611'>AntiVirusStuff
<ul>
<li data-jstree='{"opened": false}' id = '612'><a href = 'https://metacpan.org/dist/Alien-YARA' target = '_blank'>Alien::YARA - Find or download and install the YARA malware analysis library</a>
</li>
<li data-jstree='{"opened": false}' id = '613'><a href = 'https://metacpan.org/dist/File-Scan-ClamAV' target = '_blank'>File::Scan::ClamAV - Connect to a local Clam Anti-Virus clamd service and send commands</a>
</li>
<li data-jstree='{"opened": false}' id = '614'><a href = 'https://metacpan.org/dist/YaraFFI' target = '_blank'>YaraFFI - Minimal Perl FFI bindings for the YARA malware scanning engine</a>
</li>
<li data-jstree='{"opened": false}' id = '615'>⊕ Notes for: YaraFFI
<ul>
<li data-jstree='{"opened": false}' id = '616'>https://yara.readthedocs.io/en/latest/</li>
</ul></li></ul>
<li data-jstree='{"opened": false}' id = '617'>ApacheStuff
<ul>
<li data-jstree='{"opened": false}' id = '618'>⊕ See also
<ul>
<li data-jstree='{"opened": false}' id = '619'>[Topic] <button class='btn btn-info'>RestfulInterface</button></li>
<li data-jstree='{"opened": false}' id = '620'>[Topic] <button class='btn btn-info'>SystemMonitoring</button></li>
</ul></li>
<li data-jstree='{"opened": false}' id = '621'><a href = 'https://metacpan.org/pod/Apache::Log::Parser' target = '_blank'>Apache::Log::Parser - Parser for Apache Log (common, combined, and any other custom styles by LogFormat)</a>
</li>
<li data-jstree='{"opened": false}' id = '622'><a href = 'https://metacpan.org/pod/ApacheLog::Parser' target = '_blank'>ApacheLog::Parser - Parse apache 'combined' log format</a>
</li>
<li data-jstree='{"opened": false}' id = '623'><a href = 'https://metacpan.org/pod/Apache::ParseLog' target = '_blank'>Apache::ParseLog - Object-oriented Perl extension for parsing Apache log files</a>
</li>
<li data-jstree='{"opened": false}' id = '624'><a href = 'https://metacpan.org/pod/Apache::Session' target = '_blank'>Apache::Session - A persistence framework for session data</a>
</li>
<li data-jstree='{"opened": false}' id = '625'><a href = 'https://metacpan.org/dist/Apache-Session-Browseable' target = '_blank'>Apache::Session::Browseable - Add index and search methods to Apache::Session</a>
</li>
( run in 1.036 second using v1.01-cache-2.11-cpan-4ef0a570458 )