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

Method cleanup

backend/app/agents/unified_agent.py:1047–1050  ·  view source on GitHub ↗

Cleanup resources.

(self)

Source from the content-addressed store, hash-verified

1045 }
1046
1047 async def cleanup(self):
1048 """Cleanup resources."""
1049 if self.redis_client:
1050 await self.redis_client.close()
1051
1052
1053# Singleton instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected