mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
7 lines
270 B
Python
7 lines
270 B
Python
|
|
"""Agent runtime infrastructure wired by the boundary (not agent code).
|
||
|
|
|
||
|
|
Modules here are cross-agent infra used to *run* agents (e.g. the LangGraph
|
||
|
|
Postgres checkpointer), as opposed to ``app/agents/shared/`` which holds code
|
||
|
|
imported by 2+ sibling agent packages.
|
||
|
|
"""
|