MCPcopy Index your code
hub / github.com/TIGER-AI-Lab/TheoremExplainAgent / process_theorem

Function process_theorem

generate_video.py:796–800  ·  view source on GitHub ↗
(theorem, topic_semaphore)

Source from the content-addressed store, hash-verified

794 print("Generating videos for existing plans...")
795
796 async def process_theorem(theorem, topic_semaphore):
797 async with topic_semaphore:
798 topic = theorem['theorem']
799 print(f"Processing topic: {topic}")
800 await video_generator.render_video_fix_code(topic, theorem['description'], max_retries=args.max_retries)
801
802 async def main():
803 # Use the command-line argument for topic concurrency

Callers 1

mainFunction · 0.70

Calls 3

render_video_fix_codeMethod · 0.80
combine_videosMethod · 0.45

Tested by

no test coverage detected