Skip to main contentCrate tuitbot_core
Source pub use error::*;
- auth
- Core library for the Tuitbot autonomous X growth assistant.
- automation
- Automation runtime, engagement loops, and content generation.
- config
- Configuration management for Tuitbot.
- content
- Content generation for tweets, replies, and threads.
- context
- Context aggregation service for strategy-grade intelligence.
- error
- Error types for the Tuitbot core library.
- llm
- LLM provider abstraction and implementations.
- mcp_policy
- MCP mutation policy evaluator.
- mutation_gateway
- Unified mutation governance gateway.
- net
- Network utility helpers.
- safety
- Safety module for rate limiting and duplicate prevention.
- scoring
- Tweet scoring engine for reply-worthiness evaluation.
- source
- Content source provider abstraction.
- startup
- Startup types and helpers for Tuitbot CLI commands.
- storage
- SQLite storage layer for Tuitbot.
- strategy
- Strategy layer — weekly report engine with metrics, recommendations, and report computation.
- toolkit
- Stateless X API utility toolkit.
- workflow
- Workflow layer: stateful composite operations over toolkit primitives.
- x_api
- X API v2 client, authentication, and tier detection.
- version
- Returns the version of the tuitbot-core library.