MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / main

Function main

AskAgent/python/misc/postgres_load.py:153–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 args = parser.parse_args()
152
153 async def main():
154 try:
155 return await setup_postgres_schema(args)
156 except Exception as e:
157 print(f"Unexpected error: {e}")
158 import traceback
159 traceback.print_exc()
160 return False
161
162 asyncio.run(main())

Callers 1

postgres_load.pyFile · 0.70

Calls 1

setup_postgres_schemaFunction · 0.85

Tested by

no test coverage detected