MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / get_agent_mode

Route get_agent_mode

backend/app/api/workflow_v2.py:None–None  ·  view source on GitHub ↗
router.get("/agent-mode")

Source from the content-addressed store, hash-verified

1"""
2Enhanced workflow API endpoints with support for tool-based agent.
3"""
4from fastapi import APIRouter, Depends, HTTPException, Query

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected