30 projects
3tears-search
Provider-agnostic web and media search for the 3tears family: contracts, adapters, and the staged pipeline
3tears-scrape
AI-driven, self-healing web scraping: pluggable render backends + LLM-proposed extraction candidates validated and judged against real page content, never hand-rolled per-site parsers
3tears-scheduled-jobs
Generic, payload-agnostic, multipod-safe scheduled-jobs core -- cross-pod-locked tick engine, reschedule math, store protocols, and a default kind+payload store
3tears-registry
MCP-compatible tool registry for 3tears tool system
3tears-observe
Structured logging, tracing, and OpenTelemetry setup for 3tears applications
3tears-object-store
Streaming S3-compatible object store for large binary artifacts (Path-2)
3tears-nats
Typed NATS client wrapper, subject builders, and JetStream KV bucket primitives for 3tears applications
3tears-models
LangChain-native AI model factories with capability metadata, circuit breakers, and usage tracking for the 3tears platform
3tears-media-contracts
Dependency-free media capability contracts shared by 3tears providers and tools
3tears-mcp
Shared MCP framework: McpServer + McpTool + PlatformHttpClient + per-tool RBAC backed by mcp_tool_grants and the task-02 epoch broadcast
3tears-langgraph
Three-tier LangGraph checkpoint saver: L1 SQLite -> L2 NATS KV -> L3 PostgreSQL
3tears-iam
Identity and access primitives: OAuth2/OIDC, SAML, passwords, JWT sessions, DPoP, TOTP, WebAuthn, and the anti-automation controls that guard them
3tears-geo
Slippy-map tile geometry: WKB decoding, zoom bands, and MVT encoding in application code (no PostGIS)
3tears-epoch
Generation-stamped config epochs with NATS broadcast and per-message echo for cross-pod cache reload coherence
3tears-enforcement
Static-analysis enforcement scanners for the 3tears ecosystem (cache primitive contract, underscore-access discipline, codebase conventions, etc.)
3tears-datasources
datasource entities, collections, namespace helpers, agent-yaml config model + driver abstraction for postgres/redshift/snowflake/bigquery backends
3tears-conversations
Conversation entity, three-tier collection, and per-agent schema migrations shared by memory and tool packages
3tears-channels
Unified message protocol for channel adapters in the 3tears platform
3tears-backup
Encrypted, GFS-rotated database backups to any ObjectStore, with restore verification
3tears-agent-workspace
workspace primitives for 3tears agents: workspace entities, sandbox, format handlers, tools
3tears-agent-wake
Long-running-agent foundation -- wake schedules, fires, webhook subscriptions
3tears-agent-tools
Tool framework for LLM agents -- routing, execution, and builtin tools
3tears-agent-skills
Procedural memory for LLM agents -- skill definitions + invocation history
3tears-agent-memory
Memory system for LLM agents -- extraction, retrieval, hybrid search, and MMR reranking
3tears-agent-knowledge
Governed-knowledge retrieval + injection for LLM agents -- concepts, playbook entries, three-scope shadow merge, and before_model middleware
3tears-agent-intention
Standing-wants corpus for LLM agents -- intention lifecycle, salience decay, embedding dedup, and private deliberation tools
3tears-agent-identity
Versioned identity blocks for LLM agents -- self-evolution via a linear version chain with propose/consent/apply, rationale, and rollback
3tears-agent-audit
unified audit envelope + fire-and-forget publish helper for the 3tears platform
3tears-agent-acl
shared rbac evaluator + cache for the 3tears platform: groups, roles, role assignments, evaluation trails
3tears
Three-tier caching framework for Python -- L1 SQLite, L2 NATS KV, L3 PostgreSQL