Skip to content

clownfish2023/unifai-toolkits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation

Unifai Network Toolkits

Official toolkits for Unifai Network - an AI-native platform enabling dynamic tools and seamless agent-to-agent communication.

Getting Started

To build or use toolkits, check out our SDKs:

Contributing

We welcome contributions! Here's how you can help:

  1. Create your toolkit in the toolkits directory
  2. Test thoroughly with popular LLM models like GPT 4o, Claude, etc.
  3. Submit a Pull Request with:
    • Example chat conversations showing your toolkit in action
    • Any known limitations or requirements

Your toolkit should be:

  • Self-contained and independent
  • Well-tested with major LLM providers
  • Following best practices for code quality

Python toolkits in this repository should be runnable using uv run . inside the toolkit directory.

JavaScript toolkits should be runnable using npm start inside the toolkit directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.9%
  • Python 6.1%