Agent Resurrect SDK
Agent Resurrect is a real-time loop-breaker and telemetry co-pilot for agentic workflows. It is designed to sit alongside a Databricks-backed failure trap table, observe agent activity, and provide the control surface needed to inspect, diagnose, and recover from runaway loops.
This repository currently contains the foundational SDK scaffold only. The business logic, Databricks integration, and runtime loop-breaking behavior will be added incrementally on top of this structure.
Project Layout
resurrect/
__init__.py
cli.py
config.py
core/
__init__.py
entire_bridge.py
databricks_client.py
ui/
__init__.py
console.py
tests/
__init__.py
test_config.py
test_connectivity.py
Planned CLI
The resurrect command will eventually expose these entry points:
resurrect initresurrect doctorresurrect run
Those commands are not implemented yet. The current CLI module only provides a minimal Typer application stub so the package can be installed and extended safely.
Environment Variables
Copy .env.example to .env and populate the Databricks connection settings:
DATABRICKS_HOSTDATABRICKS_TOKENDATABRICKS_WAREHOUSE_IDDELTA_TABLE_NAME
Build Metadata
- Package name:
agent-resurrect - Version:
0.1.0 - Entry point:
resurrect
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_resurrect_btw-0.1.1.tar.gz.
File metadata
- Download URL: agent_resurrect_btw-0.1.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56601016854e386f09d4a51aa34b8031e2e44974b403946ce4104755d714a6e2
|
|
| MD5 |
968e4d0c5795fc4116f2b83286dc032a
|
|
| BLAKE2b-256 |
1d691dc434e0600201989851419f71717f1e48914d47a6e75a3aa49325c74016
|
File details
Details for the file agent_resurrect_btw-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agent_resurrect_btw-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7ad9639499afe74289d7222ff078f36da4c4c6c779230bc9d0514061b709b79
|
|
| MD5 |
fd48f40c5520e040c0ad909e9c530e41
|
|
| BLAKE2b-256 |
eca1783dc12f948cc1b425bbae493bc2fc168b3c112b8012a262739da56681f0
|