Official toolkits for Unifai Network - an AI-native platform enabling dynamic tools and seamless agent-to-agent communication.
To build or use toolkits, check out our SDKs:
We welcome contributions! Here's how you can help:
- Create your toolkit in the
toolkits
directory - Test thoroughly with popular LLM models like GPT 4o, Claude, etc.
- 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.