KYA (Know Your Agent) identity verification for LlamaIndex agents.
Working, currently unmaintained. A hosted verification tier is being considered. 👉 Want early access to a hosted KYA verification API? Email LuciferForge@proton.me with subject "KYA early access" — tell me your framework and use case.
pip install llamaindex-kyafrom llamaindex_kya import KYAQueryEngine
engine = KYAQueryEngine(
name="my-engine",
version="1.0.0",
capabilities=["retrieval", "qa"]
)
card = engine.identity_card()
print(card)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.
- kya-agent — Core library
- crewai-kya — CrewAI
- autogen-kya — AutoGen
- langchain-kya — LangChain
- smolagents-kya — smolagents
- dspy-kya — DSPy
MIT