agentic

atletas-software/agentic
★ 0 stars Python API Integration Updated today
Agents, MCP Servers components and Skills for AthleteFocus
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic": {
      "command": "uvx",
      "args": [
        "agentic"
      ]
    }
  }
}

Or install with pip: pip install agentic

README Excerpt

FastAPI implementation of the sheet-triggered MCP workflow: - `ingest_sheet_event` - `validate_and_map_record` - `dedupe_check` - `route_to_destination` - `start_processing_workflow` - `update_sheet_status` - `get_job_status` It reuses your existing append API endpoint as the destination adapter while keeping orchestration modular for future integrations.

Tools (15)

GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REDIRECT_URISOURCE_ATTEMPTS_COLUMNSOURCE_ERROR_COLUMNSOURCE_FEEDBACK_LINK_COLUMNSOURCE_LAST_PROCESSED_COLUMNSOURCE_STATUS_COLUMNdedupe_checkingest_sheet_eventredisroute_to_destinationstart_processing_workflowupdate_sheet_statusvalidate_and_map_record