removed depreceated code, and logs

This commit is contained in:
2026-05-10 13:26:11 +01:00
parent 4726582379
commit ee746d0abe
5 changed files with 41 additions and 12 deletions

View File

@@ -47,10 +47,9 @@ async def parse_page(content: str, entry_type: str = "opportunity"):
# 1. Run the agent (which returns a string)
print(f"Parsing {entry_type}...")
print(content)
# print(content)
result = await agent.run(content)
raw_text = result.output
print(raw_text)
# 2. Clean the string
# We remove the markdown decorators so json.loads doesn't crash