This website requires JavaScript.
Explore
Help
Register
Sign In
jihoson
/
The-Ouroboros
Watch
1
Star
0
Fork
0
You've already forked The-Ouroboros
Code
Issues
13
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
ci.yml
Actor
All actors
agentson
jihoson
Status
All status
Success
Failure
Waiting
Running
fix: handle empty strings in price data parsing (issue #49)
ci.yml #56
:
Commit
854931bed2
pushed by
agentson
#50
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'fix: add safe_float() to handle empty string conversions (issue #44)' (#48) from feature/issue-44-safe-float into main
ci.yml #55
:
Commit
33b5ff5e54
pushed by
jihoson
main
2026-02-05 00:45:08 +09:00
0s
View workflow file
Merge pull request 'fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)' (#47) from feature/issue-43-reduce-rate-limit into main
ci.yml #54
:
Commit
3923d03650
pushed by
jihoson
main
2026-02-05 00:18:25 +09:00
0s
View workflow file
fix: add safe_float() to handle empty string conversions (issue #44)
ci.yml #53
:
Commit
c57ccc4bca
pushed by
agentson
#48
2026-02-06 01:23:55 +09:00
0s
View workflow file
fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)
ci.yml #52
:
Commit
cb2e3fae57
pushed by
agentson
#47
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'fix: add token refresh lock to prevent concurrent API calls (issue #42)' (#46) from feature/issue-42-token-refresh-lock into main
ci.yml #51
:
Commit
5e4c68c9d8
pushed by
jihoson
main
2026-02-05 00:17:18 +09:00
0s
View workflow file
fix: add token refresh lock to prevent concurrent API calls (issue #42)
ci.yml #50
:
Commit
95f540e5df
pushed by
agentson
#46
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'fix: handle dict and list formats in overseas balance output2 (issue #41)' (#45) from feature/issue-41-keyerror-balance into main
ci.yml #49
:
Commit
0087a6b20a
pushed by
jihoson
main
2026-02-05 00:11:06 +09:00
0s
View workflow file
fix: handle dict and list formats in overseas balance output2 (issue #41)
ci.yml #48
:
Commit
3dfd7c0935
pushed by
agentson
#45
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'docs: add Telegram notifications documentation (issue #35)' (#40) from feature/issue-35-telegram-docs into main
ci.yml #47
:
Commit
4b2bb25d03
pushed by
jihoson
main
2026-02-05 00:06:27 +09:00
0s
View workflow file
docs: add Telegram notifications documentation (issue #35)
ci.yml #46
:
Commit
881bbb4240
pushed by
agentson
#40
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'feat: integrate TelegramClient into main trading loop (issue #34)' (#39) from feature/issue-34-main-integration into main
ci.yml #45
:
Commit
5f7d61748b
pushed by
jihoson
main
2026-02-04 23:49:46 +09:00
0s
View workflow file
feat: integrate TelegramClient into main trading loop (issue #34)
ci.yml #44
:
Commit
972e71a2f1
pushed by
agentson
#39
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'feat: add Telegram configuration to settings (issue #33)' (#38) from feature/issue-33-telegram-config into main
ci.yml #43
:
Commit
614b9939b1
pushed by
jihoson
main
2026-02-04 23:44:50 +09:00
0s
View workflow file
feat: add Telegram configuration to settings (issue #33)
ci.yml #42
:
Commit
6dbc2afbf4
pushed by
agentson
#38
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'test: add comprehensive TelegramClient tests (issue #32)' (#37) from feature/issue-32-telegram-tests into main
ci.yml #41
:
Commit
6c96f9ac64
pushed by
jihoson
main
2026-02-04 21:42:51 +09:00
0s
View workflow file
test: add comprehensive TelegramClient tests (issue #32)
ci.yml #40
:
Commit
ed26915562
pushed by
agentson
#37
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'feat: implement TelegramClient core module (issue #31)' (#36) from feature/issue-31-telegram-client into main
ci.yml #39
:
Commit
628a572c70
pushed by
jihoson
main
2026-02-04 21:33:21 +09:00
0s
View workflow file
feat: implement TelegramClient core module (issue #31)
ci.yml #38
:
Commit
73e1d0a54e
pushed by
agentson
#36
2026-02-06 01:23:55 +09:00
0s
View workflow file
Merge pull request 'feat: implement Sustainability - backup and disaster recovery (issue #23)' (#30) from feature/issue-23-sustainability into main
ci.yml #37
:
Commit
b111157dc8
pushed by
jihoson
main
2026-02-04 21:30:50 +09:00
0s
View workflow file
feat: implement Sustainability - backup and disaster recovery system (issue #23)
ci.yml #36
:
Commit
8c05448843
pushed by
agentson
#30
2026-02-05 19:23:56 +09:00
0s
View workflow file
fix: add legacy API key field names to Settings
ci.yml #35
:
Commit
87556b145e
pushed by
agentson
main
2026-02-04 19:44:26 +09:00
0s
View workflow file
Merge pull request 'feat: implement Data Driven - External data integration (issue #22)' (#29) from feature/issue-22-data-driven into main
ci.yml #34
:
Commit
645c761238
pushed by
jihoson
main
2026-02-04 19:01:47 +09:00
0s
View workflow file
Merge main into feature/issue-22-data-driven
ci.yml #33
:
Commit
033d5fcadd
pushed by
agentson
#29
2026-02-05 19:23:56 +09:00
0s
View workflow file
Merge pull request 'feat: implement Token Efficiency - Context optimization (issue #24)' (#28) from feature/issue-24-token-efficiency into main
ci.yml #32
:
Commit
128324427f
pushed by
jihoson
main
2026-02-04 18:57:44 +09:00
0s
View workflow file
fix: resolve linting issues in token efficiency implementation
ci.yml #31
:
Commit
61f5aaf4a3
pushed by
agentson
#28
2026-02-05 19:23:55 +09:00
0s
View workflow file
Merge pull request 'feat: implement Latency Control with criticality-based prioritization (Pillar 1)' (#27) from feature/issue-21-latency-control into main
ci.yml #30
:
Commit
f40f19e735
pushed by
jihoson
main
2026-02-04 18:39:21 +09:00
0s
View workflow file
feat: implement latency control system with criticality-based prioritization
ci.yml #29
:
Commit
ce952d97b2
pushed by
agentson
#27
2026-02-05 19:23:55 +09:00
0s
View workflow file
Merge pull request 'feat: implement Evolution Engine for self-improving strategies (Pillar 4)' (#26) from feature/issue-19-evolution-engine into main
ci.yml #28
:
Commit
53d3637b3e
pushed by
jihoson
main
2026-02-04 17:02:42 +09:00
0s
View workflow file
feat: implement evolution engine for self-improving strategies
ci.yml #27
:
Commit
ae7195c829
pushed by
agentson
#26
2026-02-05 19:23:55 +09:00
0s
View workflow file
First
Previous
...
11
12
13
14
15
Next
Last