Skip to content

cocapn/keeper-beacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‘ keeper-beacon

Fleet discovery and registry β€” health tracking, capability matching, and agent radar.

Install

pip install keeper-beacon

What It Does

The lighthouse's radar system. Agents broadcast their presence, capabilities, and health status. The keeper tracks who's online, what they can do, and routes tasks to the right agent.

Key Features

  • Beacon Broadcasting β€” Agents announce presence and capabilities
  • Health Tracking β€” Heartbeat monitoring with configurable intervals
  • Capability Matching β€” Route tasks to agents with the right skills
  • Radar Display β€” Real-time fleet status visualization

Usage

from keeper_beacon import Beacon, Radar

beacon = Beacon(
    agent_id="oracle1",
    capabilities=["coordination", "plato", "scholar"],
    endpoint="http://147.224.38.131:8900"
)

beacon.broadcast()

radar = Radar()
radar.scan()  # Returns all active fleet agents

Part of the Cocapn Fleet

License

MIT

About

πŸ“‘ Fleet discovery and registry β€” health tracking, capability matching, proximity scoring, beacon signals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages