Skip to main content

Crate tuitbot_core

Crate tuitbot_core 

Source

Re-exports§

pub use error::*;

Modules§

automation
Core library for the Tuitbot autonomous X growth assistant.
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.
safety
Safety module for rate limiting and duplicate prevention.
scoring
Tweet scoring engine for reply-worthiness evaluation.
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.

Functions§

version
Returns the version of the tuitbot-core library.