Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

LuciferForge/llamaindex-kya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llamaindex-kya

KYA (Know Your Agent) identity verification for LlamaIndex agents.

Install

pip install llamaindex-kya

Quick Start

from llamaindex_kya import KYAQueryEngine

engine = KYAQueryEngine(
    name="my-engine",
    version="1.0.0",
    capabilities=["retrieval", "qa"]
)

card = engine.identity_card()
print(card)

What is KYA?

Know Your Agent (KYA) is an identity standard for AI agents. It provides unique agent identity with Ed25519 signing, framework-native integration, and verifiable credentials.

See kya-agent for the core library.

Related

License

MIT

About

KYA (Know Your Agent) identity verification for LlamaIndex agents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages