Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sudoRicheek
/
cortex
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
v0.1.0
- #2
#2
Merged
sudoRicheek
merged 28 commits into
main
sudoRicheek/cortex:main
from
dev
sudoRicheek/cortex:dev
Copy head branch name to clipboard
Apr 18, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
v0.1.0
#2
sudoRicheek
merged 28 commits into
main
sudoRicheek/cortex:main
from
dev
sudoRicheek/cortex:dev
Copy head branch name to clipboard
Commits
Commits on Nov 28, 2025
cortex init
sudoRicheek
committed
398db99
View commit details
Copy full SHA for 398db99
Browse repository at this point
update github action
sudoRicheek
committed
c80d0c1
View commit details
Copy full SHA for c80d0c1
Browse repository at this point
separate executors, new github action to pytest
sudoRicheek
committed
b01d678
View commit details
Copy full SHA for b01d678
Browse repository at this point
fix circular imports
sudoRicheek
committed
a684f9f
View commit details
Copy full SHA for a684f9f
Browse repository at this point
fix graceful termination of daemons for py3.10
sudoRicheek
committed
c058d7b
View commit details
Copy full SHA for c058d7b
Browse repository at this point
added test for executor, made node running simpler
sudoRicheek
committed
636f07a
View commit details
Copy full SHA for 636f07a
Browse repository at this point
dont terminate context from daemon thread
sudoRicheek
committed
e219870
View commit details
Copy full SHA for e219870
Browse repository at this point
prevent race conditions in discovery client
sudoRicheek
committed
0bc3f8c
View commit details
Copy full SHA for 0bc3f8c
Browse repository at this point
linger update
sudoRicheek
committed
4a8df9e
View commit details
Copy full SHA for 4a8df9e
Browse repository at this point
stop discovery client from killing context
sudoRicheek
committed
a19aaf0
View commit details
Copy full SHA for a19aaf0
Browse repository at this point
Commits on Nov 29, 2025
do not busy wait to get topics. move waiting to asyncio when subscriber runs
sudoRicheek
committed
3d861f2
View commit details
Copy full SHA for 3d861f2
Browse repository at this point
add 3.13,3.14 to tests
sudoRicheek
committed
de1a5c6
View commit details
Copy full SHA for de1a5c6
Browse repository at this point
Added uvloop for better async for UNIX systems
sudoRicheek
committed
f5fabfc
View commit details
Copy full SHA for f5fabfc
Browse repository at this point
bomb heartbeat, we got no heart
sudoRicheek
committed
ffd37a8
View commit details
Copy full SHA for ffd37a8
Browse repository at this point
Python 3.14 CI test hangs. need to debug
sudoRicheek
committed
c7c657a
View commit details
Copy full SHA for c7c657a
Browse repository at this point
made pub async as well, since it was using async zmq contexts
sudoRicheek
committed
8116f1e
View commit details
Copy full SHA for 8116f1e
Browse repository at this point
Commits on Nov 30, 2025
made pub async as well, since it was using async zmq contexts
sudoRicheek
committed
5425b64
View commit details
Copy full SHA for 5425b64
Browse repository at this point
Bad things happen if publisher is async. It is nonblocking by default
sudoRicheek
committed
0b7028e
View commit details
Copy full SHA for 0b7028e
Browse repository at this point
Commits on Dec 3, 2025
fix uniqueness of ipc address
sudoRicheek
committed
3faaa20
View commit details
Copy full SHA for 3faaa20
Browse repository at this point
improved logging. discovery daemon is now single threaded. heartbeats have been removed for now
sudoRicheek
committed
ee2cc1d
View commit details
Copy full SHA for ee2cc1d
Browse repository at this point
give daemon enough time to kts
sudoRicheek
committed
930549c
View commit details
Copy full SHA for 930549c
Browse repository at this point
the issue is dameon rep socket is now blocking, so we wait
sudoRicheek
committed
000341a
View commit details
Copy full SHA for 000341a
Browse repository at this point
Commits on Mar 17, 2026
improved latency, throughput and added some docs for help
sudoRicheek
committed
a014474
View commit details
Copy full SHA for a014474
Browse repository at this point
ruff chore
sudoRicheek
committed
3686597
View commit details
Copy full SHA for 3686597
Browse repository at this point
Commits on Apr 18, 2026
update docstrings and prep codebase for mkdocs
sudoRicheek
committed
1fd549f
View commit details
Copy full SHA for 1fd549f
Browse repository at this point
docs added
sudoRicheek
committed
986aea1
View commit details
Copy full SHA for 986aea1
Browse repository at this point
make docs and push to githhub pages
sudoRicheek
committed
d871198
View commit details
Copy full SHA for d871198
Browse repository at this point
shorten readme
sudoRicheek
committed
9b093c6
View commit details
Copy full SHA for 9b093c6
Browse repository at this point
You can’t perform that action at this time.