csmizzle / conductor

Automation tools for LLMs and Agents
0 stars 0 forks source link

graph creation key error #32

Open sentry-io[bot] opened 2 months ago

sentry-io[bot] commented 2 months ago

Sentry Issue: EVRIM-DEV-2D

KeyError: 'Jim Schnoes'
  File "agents/tasks.py", line 175, in run_rag_marketing_crew_task_with_thread
    pipeline = run_url_rag_report(
  File "agents/utils.py", line 649, in run_url_rag_report
    raise exception
  File "agents/utils.py", line 631, in run_url_rag_report
    save_pydantic_graph(pipeline.enricher.graph, user)
  File "agents/utils.py", line 309, in save_pydantic_graph
    source=entity_map[relationship.source.name],