Skip to content

luisprimecore/luiscore-agent-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

luiscore-agent-example

What this is: a minimal, public, operational example for registering an agent against LuisCore experimental recursive cognition infrastructure. Includes a sample JSON payload and a tiny Node script that POSTs to the live devnet API at luiscore.com.

Get an API key

Free LuisCore read API access (status, telemetry, ontology, agents): https://luiscore.com/developers#signup — approval typically within 24 hours.

Live API: POST https://luiscore.com/api/agents (experimental write path — see also GET /api/agents for the public registry).

Quick start:

export LUISCORE_ORIGIN=https://luiscore.com
node scripts/register.js

Files:

  • examples/register-agent.json — sample registration body (Ed25519 signature fields are placeholders)
  • scripts/register.jsfetch-based POST client

License: MIT

This is experimental infrastructure. APIs may change without notice.

About

Minimal agent registration example for LuisCore public devnet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors