Hub
Getting Started with mkinf hub
This guide will walk you through setting up and running your first AI Agent using mkinf hub.
Prerequisites
- Python 3.9 or higher installed
- Basic understanding of Python and LLM programming
1. Create a mkinf Account
Sign up for a free account at hub.mkinf.io/signup.
During the beta period, all accounts receive unlimited free credits
2. Configure Your API Key
- Go to API Keys settings
- Create an organization if you haven’t already
- Generate and copy your API key
- Add the key to your project’s
.env
file:
.env
3. Install the SDK
Install the mkinf SDK using pip:
For specific versions, check the PyPI repository.
4. Find an AI Agent
Browse available AI Agents at mkinf hub and select an agent that matches your use case
5. Import and Use the Agent
Check the “Use Agent” section of your chosen repository for import instructions
Import the agent into your code
Remember to configure any required environment variables specified in the agent’s documentation.
Current Limitations
Currently, mkinf tools are compatible with LangChain chains and graphs. Support for other frameworks like CrewAI, AutoGen, and SmolAgents is coming soon.
Next Steps
- Check out our SDK repository for implementation samples
- Join our Slack community for support