Blog-Writing-Agent / src /tests /test_blogging_agent.py
VashuTheGreat2's picture
Upload folder using huggingface_hub
63de3ab verified
raw
history blame contribute delete
428 Bytes
# #!/usr/bin/env python
# # Example Tests
# import sys
# import os
# import asyncio
# import logging
# PROJECT_ROOT = os.getcwd()
# print(PROJECT_ROOT)
# if PROJECT_ROOT not in sys.path:
# sys.path.append(PROJECT_ROOT)
# from src.logger import *
# from src.graph.Compile_graph import run
# if __name__ == "__main__":
# out=asyncio.run(run("Write a blog on Attention is all you need paper"))
# logging.info(out)