chore: archive quoting_engine, SEDA oracle, legacy deploy templates#73
Open
JaeLeex wants to merge 1 commit into
Open
chore: archive quoting_engine, SEDA oracle, legacy deploy templates#73JaeLeex wants to merge 1 commit into
JaeLeex wants to merge 1 commit into
Conversation
Move quoting_engine (incl. seda_oracle), Hermes/OpenClaw Railway deploy templates, and QE tests to archive/. Hedge uses strategies/cfi_funding.py (HL fundingHistory only) — no SEDA dependency. Co-authored-by: Cursor <cursoragent@cursor.com>
sdb001
approved these changes
Jul 3, 2026
sdb001
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed locally. This looks mergeable to me.
The PR is mostly archive moves for legacy Railway deploy templates and quoting_engine tests/code. I checked for stale runtime imports and compiled the changed runtime files; the remaining quoting_engine references are archive/docs/test context.
Checks run:
- .venv312-review/bin/python -m pytest tests/test_mcp_gateway_context.py tests/test_entrypoint.py = 28 passed
- .venv312-review/bin/python -m py_compile cli/api/status_reader.py cli/commands/hedge.py cli/hedge_display.py strategies/cfi_funding.py scripts/validate_agent_cli.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
quoting_engine/(incl.feeds/seda_oracle.py),deploy/hermes-railway/, anddeploy/openclaw-railway/toarchive/with deprecation README (2026-07-02, hedge-only product focus)strategies/cfi_funding.py— HLfundingHistory+metaAndAssetCtxsonly; hedge commands no longer import SEDAtests/quoting_engine/→tests/_archive/quoting_engine/; excludearchive/from pytest/setuptoolsSEDA removal points
cli/commands/hedge.py—strategies.cfi_fundingreplacesquoting_engine.feeds.seda_oraclecli/hedge_display.py— K2 source label shows HL fundingHistory (no SEDA live/replay)strategies/cfi_funding.py— HL-only snapshot; back-compat aliases keptTest plan
hl hedge propose --helpcfi_hedge,CfiHedgeAgent,cfi_fundingtests/_archive/quoting_engine/)Stacked on #68.
Made with Cursor