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

LuciferForge/autogen-kya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autogen-kya

KYA (Know Your Agent) identity verification for Microsoft AutoGen agents.

Install

pip install autogen-kya

Quick Start

from autogen_kya import KYAAgent

agent = KYAAgent(
    name="my-agent",
    version="1.0.0",
    capabilities=["coding", "analysis"]
)

card = agent.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 Microsoft AutoGen agents. Auto-generate identity cards, verify signatures, gate on trust scores.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages