1) Install Vibe curl -LsSf https://mistral.ai/vibe/install.sh | bash 2) Go to the folder containing your Tomilite and run it (the first time you will need your API Key) vibe 2) Ask this: can you help me develop a new agent for my Agentic server Tommilite? It should reply something like: I can definitely help you develop a new agent for your Tommilite server! Based on the codebase, I can see you have a well-structured agentic system with different agent types and patterns. I can see you already have several agent types: • oneshot (like hello_world) - Simple agents without document retrieval • rag (like day2_rag) - RAG agents with ChromaDB document retrieval • rag_metadata - RAG agents that also index JSON metadata • vectorless - Keyword-based retrieval without ChromaDB Before I guide you through creating your new agent, could you tell me: 1. What type of agent do you want to create? (oneshot, RAG with documents, metadata-based, etc.) 2. What's the purpose/function of your new agent? (e.g., Q&A, document analysis, specific domain expertise) 3. Do you need document retrieval capabilities? (Yes/No) 4. Any specific features or integrations you need? (e.g., custom APIs, special data sources) This will help me provide you with the most appropriate template and guidance for your specific use case. 3) You can now start making your request. For instance: "I need a completely new agent that generates python programs and test them" From now on Vibe will guide you