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

Method __init__

backend/app/agents/simple_agent.py:6–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class SimpleScrapingAgent:
6 def __init__(self):
7 self.scraping_service = ScrapingService(settings.SCRAPEGRAPH_API_KEY)
8 self.pipelines = {}
9
10 async def process_message(self, message: str, pipeline_id: str, context: Dict = None) -> Dict:
11 """Process a user message and return the response."""

Callers

nothing calls this directly

Calls 1

ScrapingServiceClass · 0.90

Tested by

no test coverage detected