MANIFEST.in
README.md
agent_auth_definitive_guide.pdf
pyproject.toml
agent_auth/__init__.py
agent_auth/__main__.py
agent_auth/agents.py
agent_auth/audit.py
agent_auth/auth.py
agent_auth/cli.py
agent_auth/client.py
agent_auth/context.py
agent_auth/core.py
agent_auth/credentials.py
agent_auth/delegation.py
agent_auth/exceptions.py
agent_auth/models.py
agent_auth/policy.py
agent_auth/policy_service.py
agent_auth/principals.py
agent_auth/registry.py
agent_auth/runtime.py
agent_auth/server_runtime.py
agent_auth/session.py
agent_auth/storage.py
agent_auth/tokens.py
agent_auth/users.py
agent_auth/web_dist/favicon.ico
agent_auth/web_dist/grid.svg
agent_auth/web_dist/index.html
agent_auth/web_dist/placeholder.svg
agent_auth/web_dist/robots.txt
agent_auth/web_dist/assets/index-BBJ7rinV.css
agent_auth/web_dist/assets/index-DXUoW2DG.js
agentauthlayer.egg-info/PKG-INFO
agentauthlayer.egg-info/SOURCES.txt
agentauthlayer.egg-info/dependency_links.txt
agentauthlayer.egg-info/entry_points.txt
agentauthlayer.egg-info/requires.txt
agentauthlayer.egg-info/top_level.txt
auth_app/__init__.py
auth_app/main.py
auth_app/api/__init__.py
auth_app/api/routes/__init__.py
auth_app/api/routes/agents.py
auth_app/api/routes/audit.py
auth_app/api/routes/auth.py
auth_app/api/routes/bootstrap.py
auth_app/api/routes/health.py
auth_app/api/routes/policy.py
auth_app/api/routes/projects.py
auth_app/api/routes/tokens.py
auth_app/api/routes/users.py
auth_app/core/__init__.py
auth_app/core/config.py
auth_app/core/db.py
auth_app/core/errors.py
auth_app/core/logging.py
auth_app/dependencies/__init__.py
auth_app/dependencies/auth.py
auth_app/dependencies/security.py
auth_app/dependencies/user.py
auth_app/domain/__init__.py
auth_app/domain/enums.py
auth_app/domain/models.py
auth_app/middleware/__init__.py
auth_app/middleware/correlation.py
auth_app/repositories/__init__.py
auth_app/repositories/agent_repo.py
auth_app/repositories/audit_repo.py
auth_app/repositories/constraint_repo.py
auth_app/repositories/contracts.py
auth_app/repositories/delegation_repo.py
auth_app/repositories/project_repo.py
auth_app/repositories/role_repo.py
auth_app/repositories/sqlite_agent_repo.py
auth_app/repositories/sqlite_audit_repo.py
auth_app/repositories/sqlite_constraint_repo.py
auth_app/repositories/sqlite_delegation_repo.py
auth_app/repositories/sqlite_permission_repo.py
auth_app/repositories/sqlite_project_repo.py
auth_app/repositories/sqlite_role_repo.py
auth_app/repositories/sqlite_token_repo.py
auth_app/repositories/sqlite_user_repo.py
auth_app/repositories/token_repo.py
auth_app/repositories/user_repo.py
auth_app/schemas/__init__.py
auth_app/schemas/agent.py
auth_app/schemas/audit.py
auth_app/schemas/auth.py
auth_app/schemas/bootstrap.py
auth_app/schemas/device_agents.py
auth_app/schemas/policy.py
auth_app/schemas/project.py
auth_app/schemas/token.py
auth_app/schemas/user.py
auth_app/services/__init__.py
auth_app/services/agent_service.py
auth_app/services/audit_service.py
auth_app/services/device_agent_service.py
auth_app/services/policy_service.py
auth_app/services/project_service.py
auth_app/services/token_service.py
auth_app/services/user_service.py
tests/test_agent_auth_library.py
tests/test_auth_flow.py
tests/test_core_first_boundary.py
tests/test_health.py
tests/test_iam_policy.py
tests/test_project_flow.py
tests/test_sqlite_repos.py
tests/test_storage.py
tests/test_tool_registry.py