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

LuciferForge/smolagents-kya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smolagents-kya

KYA (Know Your Agent) identity verification for HuggingFace smolagents.

Install

pip install smolagents-kya

Quick Start

from smolagents_kya import KYAToolCallingAgent

agent = KYAToolCallingAgent(
    name="my-agent",
    version="1.0.0",
    capabilities=["research", "summarization"]
)

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 HuggingFace smolagents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages