Overview
You can access mkinf hub Agents throught the mkinf python SDK or via REST API calls.1. Find an AI Agent
Browse available AI Agents at mkinf hub and select an agent that matches your use case
2. Copy the pull command
Check the “Use Agent” section of your chosen repository for import instructions
Python
Import the AI Agent
To import the agents in our platform, follow this structure:Remember to configure any required environment variables specified in the agent’s documentation.
Currently, mkinf tools are compatible with LangChain chains and graphs. Support for other frameworks like CrewAI, AutoGen, and SmolAgents is coming soon.
REST API
Request execution
Agents actions can also be executed directly via API call.
Next Steps
- Check out our SDK repository for implementation samples
- Join our Slack community for support