Autonomous Agentic Framework
An agent that never refuses a task for lack of tools.
Oracle is Frida Alma's autonomous AI agent for coding, intelligence research and cybersecurity. Built on the Agno framework with a model-agnostic design, it goes far beyond a coding assistant: it keeps persistent memory across sessions, creates new tools when none exist, and verifies every claim against real-time external sources before reporting it.
“I never refuse a task for lack of tools — I build them.”
Four rules that shape every behavior.
Tool Creation Mandate
If no tool exists for a task, Oracle builds one from scratch — always.
Persistent Memory
Remembers past sessions, user preferences and knowledge via SQLite and a ChromaDB vector store.
Mandatory Verification
Every claim is cross-checked against real-time external sources before it is reported.
Dual Specialization
A general coding and automation core, with opt-in modules for OSINT and cybersecurity.
An operator, not a suggester.
Full workspace access, real execution and the ability to delegate — all with context that persists across conversations.
Files & code
Reads, writes and edits any file with atomic, precise modifications. Searches by glob or regex across the entire workspace.
Shell & sub-agents
Executes shell commands with configurable timeouts and spawns sub-agents for parallel or complex research tasks.
Cross-session memory
Preferences and context persist between conversations. Web UI with SSE streaming and an interactive CLI with history.
Every module exists because a concrete problem required it.
The entire Oracle ecosystem was built iteratively — no design documents, no long-term planning. The three largest components were designed and implemented by Oracle itself, on request, starting from nothing.
Web Access
A robust, SSRF-safe HTTP client that gives Oracle reliable internet access for verification and research.
OSINT Framework
A complete 7-layer intelligence pipeline for running investigations end-to-end, activatable on demand.
Security Audit Engine
A cybersecurity analysis system built to audit real codebases, activatable on demand.
Vector Memory
ChromaDB semantic memory with CLIP-based multimodal encoding (512-dim vectors for text and images), named collections, and image lifecycle management.
Gmail Client
Full Gmail management via Google API (OAuth2): read, search, send, reply, forward, labels, archive and attachment download.
Environment Probe
A pre-flight feasibility checker: TCP/DNS, dependency validation, filesystem permissions and env vars — returns FEASIBLE / WARNINGS / BLOCKED.
Validated on real targets, not benchmarks.
Scam identification
A site flagged as suspicious was run through every layer. All returned red flags. The SCAM verdict was confirmed accurate by the user — the site had previously defrauded them, validating the methodology end-to-end.
Verdict: SCAM — confirmedLegitimacy verification ×2
Two platforms suspected of fraud were analyzed. Both were found fully legitimate with detailed evidence: domain age, SSL certificates, hosting provider, reputation APIs and absence of scam mentions.
Verdict: LEGITIMATEOpenBSD kernel + userland
Sparse checkout of sys/kern, sys/net, libssl, libcrypto, ssh, httpd. Zero real vulnerabilities; 163 raw findings, all confirmed false positives. Quantified defenses: strlcpy (940), privilege separation (465), pledge (135), unveil (92).
0 real vulnerabilitiesSuperMemory monorepo
Full-stack audit across apps, packages and SDKs. Zero real vulnerabilities; 66 raw findings, all false positives. No exposed API keys; confirmed rate limiting (30), input sanitization (27), CSRF protection (20), zero eval() in source.
0 real vulnerabilities