LICENSE
README.md
pyproject.toml
.agents/skills/graph/SKILL.md
.agents/skills/slack-auth/SKILL.md
agentgraph/__init__.py
agentgraph/cli.py
agentgraph/cli_query.py
agentgraph/config.py
agentgraph/logging.py
agentgraph/perf.py
agentgraph/skills.py
agentgraph/auth/__init__.py
agentgraph/auth/credentials.py
agentgraph/backends/__init__.py
agentgraph/backends/sqlite/__init__.py
agentgraph/backends/sqlite/backend.py
agentgraph/backends/sqlite/vector.py
agentgraph/connectors/__init__.py
agentgraph/connectors/base.py
agentgraph/connectors/registry.py
agentgraph/connectors/status.py
agentgraph/core/__init__.py
agentgraph/core/context.py
agentgraph/core/runtime.py
agentgraph/core/storage.py
agentgraph/graph/__init__.py
agentgraph/graph/bookmark.py
agentgraph/graph/delete.py
agentgraph/graph/download.py
agentgraph/graph/embeddings.py
agentgraph/graph/fetch.py
agentgraph/graph/gc.py
agentgraph/graph/link.py
agentgraph/graph/person.py
agentgraph/graph/query.py
agentgraph/graph/upsert.py
agentgraph/mcp/__init__.py
agentgraph/mcp/server.py
agentgraph/server/__init__.py
agentgraph/server/app.py
agentgraph/server/cli_api.py
agentgraph/server/dwell.py
agentgraph/server/graph_api.py
agentgraph/server/router.py
agentgraph/server/sync.py
agentgraph_server.egg-info/PKG-INFO
agentgraph_server.egg-info/SOURCES.txt
agentgraph_server.egg-info/dependency_links.txt
agentgraph_server.egg-info/entry_points.txt
agentgraph_server.egg-info/requires.txt
agentgraph_server.egg-info/top_level.txt
tests/test_auth.py
tests/test_benchmarks.py
tests/test_browse.py
tests/test_cli.py
tests/test_config.py
tests/test_connectors.py
tests/test_discord_attachments.py
tests/test_docs_build.py
tests/test_embeddings.py
tests/test_fetch.py
tests/test_gc.py
tests/test_logging.py
tests/test_observe.py
tests/test_query.py
tests/test_registry.py
tests/test_release_metadata.py
tests/test_router.py
tests/test_rss_connector.py
tests/test_schema.py
tests/test_server_imports.py
tests/test_slack_auth_artifacts.py
tests/test_slack_oauth.py
tests/test_sync.py
tests/test_upsert.py
tests/test_viewer_layout_contract.py
tests/test_web_connector.py