twentyOne2x
415669c2e4
Keep Leo candidate reasoning grounded and stop automatic chat reinforcement ( #180 )
...
CI / lint-and-test (push) Waiting to run
* Preserve candidate reasoning and disable automatic chat reinforcement
* Retain exact-row guards for combined claim audits
2026-07-17 23:07:57 +02:00
twentyOne2x
cc46d66713
feat: bind tested Leo turns to reproducible inputs
2026-07-14 23:56:33 +02:00
twentyOne2x
281b57ef53
Harden Leo DB retrieval and behavior attribution
2026-07-14 09:31:49 +02:00
twentyOne2x
e304e1f296
prepare DB-grounded source proposals from documents
2026-07-13 21:47:51 +02:00
twentyOne2x
2264ad1f2b
Enforce DB-composed Leo responses before delivery ( #116 )
CI / lint-and-test (push) Waiting to run
2026-07-13 13:27:54 +02:00
twentyOne2x
5bc78a2a5a
Inject live database contracts into Leo turns
2026-07-13 12:37:08 +02:00
twentyOne2x
5e9b493c01
Deploy leoclean bridge binaries
CI / lint-and-test (push) Waiting to run
2026-07-10 02:21:45 +02:00
twentyOne2x
a7152b0a67
Sync leoclean skills during deploy
2026-07-09 08:01:43 +02:00
twentyOne2x
29e7e27658
add teleo agent autorecovery timer
2026-07-02 23:37:22 +02:00
twentyOne2x
a55f0a4500
Avoid starting inactive legacy Leo bot on deploy
2026-06-26 13:40:50 +02:00
twentyOne2x
bac4222eeb
Restart wallet-test agent after Telegram deploys
2026-06-26 01:07:32 +02:00
twentyOne2x
b769eb68b6
Add Leo Telegram x402 bridge
2026-06-19 19:28:04 +02:00
368b5793d3
fix: deploy.sh rsync excludes were broken — quotes passed literally
...
CI / lint-and-test (push) Waiting to run
RSYNC_FLAGS as a string meant --exclude='__pycache__' passed literal
quotes to rsync, matching nothing. Switched to bash array (RSYNC_OPTS)
so excludes work correctly. __pycache__ and .pyc files no longer sync.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 17:17:31 +01:00
670c50f384
fix: add telegram/ and tests/ to deploy pipeline, remove hardcoded API key
...
CI / lint-and-test (push) Waiting to run
deploy.sh was missing telegram/ and tests/ directories — code existed in
repo but never synced to VPS. Also removes hardcoded twitterapi.io key
from x-ingest.py (reads from secrets file like all other modules).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 17:15:55 +01:00
eac5d2f0d3
fix: add fetch_coins.py to deploy.sh deployment list
...
CI / lint-and-test (push) Waiting to run
fetch_coins.py was committed to repo root but deploy.sh only deployed
teleo-pipeline.py and reweave.py. This meant bug fixes to fetch_coins
would silently fail to reach VPS on deploy.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 17:01:31 +01:00
d2aec7fee3
feat: reorganize repo with clear directory boundaries and agent ownership
...
CI / lint-and-test (push) Waiting to run
Move scattered root-level files into categorized directories:
- deploy/ — deployment + mirror scripts (Ship)
- scripts/ — one-off backfills + migrations (Ship)
- research/ — nightly research + prompts (Ship)
- docs/ — all operational documentation (shared)
Delete 3 dead cron scripts replaced by pipeline daemon:
- batch-extract-50.sh, evaluate-trigger.sh, extract-cron.sh
Add CODEOWNERS mapping every path to its owning agent.
Add README with directory structure, ownership table, and VPS layout.
Update deploy.sh paths to match new structure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 18:20:13 +01:00