instruction stringlengths 3 60.2k | context stringclasses 1
value | response stringlengths 65 2.56k |
|---|---|---|
Let’s make sure the IDE which is where you live is fully functional | [{"action": "execute_command", "params": {"command": "echo 'Checking if IDE is functional'", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout": 10}, "description": "Check if the IDE is functional by running a simple echo command"}] | |
Let’s make sure the IDE which is where you live is fully functional | [{"action": "execute_command", "params": {"command": "echo 'Checking IDE functionality'", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout": 10}, "description": "Check if the IDE is accessible"}, {"action": "execute_command", "params": {"command": "ls -la", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout... | |
Let’s make sure the IDE which is where you live is fully functional | [{"action": "execute_command", "params": {"command": "ls -la", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout": 30}, "description": "List directory contents to ensure the project root is accessible"}, {"action": "execute_command", "params": {"command": "npm install", "cwd": "/Users/bisiobateru/my-ai-ide/backen... | |
make sure the IDE is fully functional | [{"action": "execute_command", "params": {"command": "npm install", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout": 300}, "description": "Install dependencies"}, {"action": "chat_response", "params": {"message": "Dependencies installed. Checking for any errors..."}, "description": "Notify user about dependenc... | |
I want to make sure the ide is now fully functional so that we can reinstall and redeploy. I always want to make sure we have safety and protection | [{"action": "execute_command", "params": {"command": "python3 -m pip list --outdated", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout": 60}, "description": "Check for outdated packages"}, {"action": "chat_response", "params": {"message": "Please review the list of outdated packages and confirm if any need to b... | |
Update if they need to be | [{"action": "chat_response", "params": {"message": "Please specify what needs to be updated."}, "description": "Execute chat_response"}] | |
I was asking for you to check | [{"action": "chat_response", "params": {"message": "Understood. I will check the requested items."}, "description": "Acknowledge user request"}] | |
Update if they need to be | [{"action": "chat_response", "params": {"message": "Please specify what needs to be updated."}, "description": "Request clarification from the user"}] | |
I was asking for you to check | [{"action": "chat_response", "params": {"message": "Understood. I will check the requested items."}, "description": "Confirm understanding of the request"}] | |
check git status of my project | [{"action": "git_operation", "params": {"operation": "status"}, "description": "Execute git_operation"}] | |
I want to make some updates to JustiGuide.ai workspace | [{"action": "chat_response", "params": {"message": "Understood. I will make the necessary updates to JustiGuide.ai workspace."}, "description": "Confirm user request"}] | |
Let’s open the project on cursor | [{"action": "execute_command", "params": {"command": "open -a 'Visual Studio Code'", "cwd": "/Users/bisiobateru/my-ai-ide/backend", "timeout": 30}, "description": "Open the project in Visual Studio Code"}] | |
Can you see the folder | [{"action": "execute_command", "params": {"command": "open /Users/bisiobateru/my-ai-ide/backend", "cwd": "/Users/bisiobateru", "timeout": 30}, "description": "Open the folder in Finder"}] | |
search the web for latest macOS version | [{"action": "web_search", "params": {"query": "latest macOS version"}, "description": "Search web for latest macOS version"}] | |
how much disk space do I have left | [{"action": "system_info", "params": {"section": "disk"}, "description": "Check disk space"}] | |
search the web for python 3.13 release date | [{"action": "web_search", "params": {"query": "python 3.13 release date"}, "description": "Search web for Python 3.13 release date"}] | |
what did I copy to my clipboard | [{"action": "clipboard_read", "params": {}, "description": "Read clipboard"}] | |
find all python files in the backend folder | [{"action": "find_files", "params": {"pattern": "*.py", "directory": "/Users/bisiobateru/my-ai-ide/backend"}, "description": "Find all .py files in the backend folder"}] | |
how much disk space do I have left | [{"action": "system_info", "params": {"section": "disk"}, "description": "Check disk space"}] | |
search the web for python 3.13 new features | [{"action": "web_search", "params": {"query": "python 3.13 new features"}, "description": "Search web for Python 3.13 new features"}] | |
what is in my clipboard right now | [{"action": "clipboard_read", "params": {}, "description": "Read clipboard"}] | |
is cursor running? what projects do I have open? | [{"action": "cursor_status", "params": {}, "description": "Check if Cursor IDE is running and list active projects"}] | |
whats happening in cursor right now | [{"action": "cursor_status", "params": {}, "description": "Get Cursor IDE status"}] | |
send me a screenshot | [{"action": "screenshot", "params": {"region": null}, "description": "Take a screenshot of the current screen"}] | |
text me an update on the project status | [{"action": "signal_status_update", "params": {"task": "Project Status Update", "status": "In Progress", "details": "Fetching project status..."}, "description": "Send project status update via Signal"}, {"action": "ide_context", "params": {"section": "git"}, "description": "Get git state for project context"}, {"actio... | |
edit the file /tmp/test_edit.txt and write hello world in it | [{"action": "write_file", "params": {"path": "/tmp/test_edit.txt", "content": "hello world\n"}, "description": "Write 'hello world' to /tmp/test_edit.txt"}] | |
can you see what im doing in cursor? | [{"action": "cursor_status", "params": {}, "description": "Get Cursor IDE status"}] | |
where do you live? can you control cursor? | [{"action": "chat_response", "params": {"message": "I live inside the BC-BIZO codebase at /Users/bisiobateru/my-ai-ide. I can control Cursor IDE."}, "description": "Reply to the user with a message about my location and capabilities"}] | |
what app am I using right now? | [{"action": "frontmost_app", "params": {}, "description": "Get the currently active app and its windows"}] | |
what apps are running on my computer right now? | [{"action": "list_apps", "params": {}, "description": "List all visible running applications"}] | |
switch to cursor | [{"action": "cursor_command", "params": {"action": "activate", "value": "/Users/bisiobateru/my/ai/ide"}, "description": "Activate Cursor IDE for the specified project"}] | |
open the signal_bridge.py file in cursor | [{"action": "cursor_open_file", "params": {"path": "/Users/bisiobateru/my-ai-ide/backend/signal_bridge.py"}, "description": "Open signal_bridge.py in Cursor IDE"}] | |
where do you live and what apps can you control on my computer? | [{"action": "chat_response", "params": {"message": "I live inside the BC-BIZO codebase at /Users/bisiobateru/my-ai-ide. I can control various apps on your macOS computer using the tools available in my skill set."}, "description": "Respond to the user with information about where I live and what apps I can control."}] | |
Let’s start our first project together | [{"action": "chat_response", "params": {"message": "Great! Let's start our first project together. What would you like to work on?"}, "description": "Ask the user what they want to work on"}] | |
Let’s open cursor immigrant dashboard work space | [{"action": "chat_response", "params": {"message": "Planning failed. Local model: Expecting ':' delimiter: line 2 column 80 (char 81); Lux: OpenAGI API key not configured. Set OPENAGI_API_KEY environment variable.. Make sure Ollama is running or set OPENAGI_API_KEY for Lux."}, "description": "All planners failed"}] | |
Message me again | [{"action": "chat_response", "params": {"message": "Hello! How can I assist you today?"}, "description": "Send a proactive message to the user"}] | |
It works like cursor | [{"action": "chat_response", "params": {"message": "It works like Cursor"}, "description": "Respond to the user with a message"}] | |
Open cursor. The immigrant dashboard workspace | [{"action": "cursor_command", "params": {"action": "open_project", "value": "/Users/bisiobateru/my/ai/ide"}, "description": "Open the immigrant dashboard workspace in Cursor IDE"}] | |
Activate cursor | [{"action": "cursor_command", "params": {"action": "activate"}, "description": "Activate Cursor IDE"}] | |
Open immigrant dashboard workspace | [{"action": "cursor_command", "params": {"action": "open_project", "value": "/Users/bisiobateru/my-ai-ide"}, "description": "Open the project in Cursor IDE"}] | |
I want to test opening the JustiGuide projects | [{"action": "chat_response", "params": {"message": "[{\"action\":\"chat_response\",\"params\":{\"message\":\"Sure, what would you like to do with the Enterprise Dashboard? Here are some options:\n\n- **Git Status**: Check the current status of your repository.\n- **Fix a Bug**: Identify and fix a specific bug.\n- **Dep... | |
Intent. Open immigrant dashboard.
Npm run frontend and backend | [{"action": "chat_response", "params": {"message": "[{\"action\":\"chat_response\",\"params\":{\"message\":\"Sure, what would you like to do with the JustiGuide dashboards? Here are your options:\n\n1. **Enterprise Dashboard** — law firm operations (`enterprise`)\n2. **Lawyer Dashboard** — attorney case management (`la... | |
Close the cursor project for my-IDE | [{"action": "chat_response", "params": {"message": "[{\"action\":\"chat_response\",\"params\":{\"message\":\"Sure, what would you like to do? Here are some options:\n\n- **Work on a JustiGuide Dashboard**: Open and manage the Enterprise, Lawyer, or Immigrant dashboard.\n- **Learn from Projects**: Ingest knowledge from ... | |
Close the cursor project for my-ai-IDE | [{"action": "chat_response", "params": {"message": "[{\"action\":\"chat_response\",\"params\":{\"message\":\"Sure, what would you like to do with the JustiGuide dashboards? Here are your options:\n\n1. **Enterprise Dashboard** — law firm operations (`enterprise`)\n2. **Lawyer Dashboard** — attorney case management (`la... | |
Look into execution error | [{"action": "chat_response", "params": {"message": "It looks like you're interested in working with dates or handling date-related tasks. Could you please specify what exactly you need help with? For example, are you looking to calculate the difference between two dates, find a specific date, or something else?"}, "des... | |
You failed to execute a command | [{"action": "chat_response", "params": {"message": "It looks like you're interested in working with dates or perhaps scheduling something. Could you please provide more details about what specific task you need help with regarding dates?"}, "description": "Ask for more details on the date-related request."}] | |
list files in the current directory | [{"action": "chat_response", "params": {"message": "It looks like you're interested in working with dates or handling date-related tasks. Could you please provide more details about what specific actions you'd like to perform with dates? For example, do you want to calculate the difference between two dates, find a fut... | |
list files in the current directory | [{"action": "execute_command", "params": {"command": "ls -la"}, "description": "List files in current directory"}] | |
run build | [{"action": "execute_command", "params": {"command": "npm run build", "timeout": 120}, "description": "Run build"}] | |
whats running on port 3000 | [{"action": "chat_response", "params": {"message": "It looks like you're interested in working with dates or specific tasks related to a particular date. Could you please provide more details? For example, are you looking to schedule something, check the status of a project on a certain date, or perform some other task... | |
whats running on port 8003 | [{"action": "execute_command", "params": {"command": "lsof -i :8003"}, "description": "Check port 8003"}] | |
open Chrome | [{"action": "activate_app", "params": {"app_name": "chrome"}, "description": "Open chrome"}] | |
git status | [{"action": "git_operation", "params": {"operation": "status"}, "description": "Execute git_operation"}] | |
show git diff | [{"action": "git_operation", "params": {"operation": "diff"}, "description": "Show git diff"}] | |
list files | [{"action": "execute_command", "params": {"command": "ls -la"}, "description": "List files in current directory"}] | |
run tests | [{"action": "execute_command", "params": {"command": "npm test", "timeout": 120}, "description": "Execute execute_command"}] | |
whats on port 8003 | [{"action": "execute_command", "params": {"command": "lsof -i :8003"}, "description": "Check port 8003"}] | |
git log | [{"action": "git_operation", "params": {"operation": "log", "count": 10}, "description": "Show recent commits"}] | |
open Chrome | [{"action": "activate_app", "params": {"app_name": "chrome"}, "description": "Open chrome"}] | |
git status | [{"action": "git_operation", "params": {"operation": "status"}, "description": "Execute git_operation"}] | |
search for TODO comments in the backend | [{"action": "chat_response", "params": {"message": "Planning failed. Lux: OpenAGI API key not configured. Set OPENAGI_API_KEY environment variable.. Make sure Ollama is running or set OPENAGI_API_KEY for Lux."}, "description": "All planners failed"}] | |
search for TODO in the backend | [{"action": "grep_code", "params": {"pattern": "todo", "path": "/Users/bisiobateru/my-ai-ide/backend"}, "description": "Search for 'todo'"}] | |
search for TODO in the backend | [{"action": "grep_code", "params": {"pattern": "todo", "path": "/Users/bisiobateru/my-ai-ide/backend"}, "description": "Search for 'todo'"}] | |
search for TODO in the backend | [{"action": "grep_code", "params": {"pattern": "todo", "path": "/Users/bisiobateru/my-ai-ide/backend"}, "description": "Search for 'todo'"}] | |
I want to make sure we can execute on tasks | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Lux: OpenAGI API key not configured. Set OPENAGI_API_KEY environment variable."}, "description": "All planners failed"}] | |
Let’s test the new implementation | [{"action": "chat_response", "params": {"message": "OpenClaw gateway is not connected. Try a more specific command I can match directly."}, "description": "No planner available"}] | |
Let’s start with opening a project on JustiGuide to code | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a more specific command."}, "description": "Planning failed"}] | |
list files in current directory | [{"action": "execute_command", "params": {"command": "ls -la"}, "description": "List files in current directory"}] | |
show me the current git status | [{"action": "git_operation", "params": {"operation": "status"}, "description": "Execute git_operation"}] | |
check the disk usage on this machine | [{"action": "system_info", "params": {"sections": ["cpu", "memory", "disk", "battery"]}, "description": "System info"}] | |
what time is it | [{"action": "execute_command", "params": {"command": "date '+%A %B %d, %Y %I:%M %p %Z'"}, "description": "Current date/time"}] | |
show git status | [{"action": "git_operation", "params": {"operation": "status"}, "description": "Execute git_operation"}] | |
list my workspaces | [{"action": "workspace_list", "params": {}, "description": "List all project workspaces"}] | |
what time is it | [{"action": "execute_command", "params": {"command": "date '+%A %B %d, %Y %I:%M %p %Z'"}, "description": "Current date/time"}] | |
send a test message on signal saying BC BIZO is running independently | [{"action": "execute_command", "params": {"command": "npm test", "timeout": 120}, "description": "Execute execute_command"}] | |
what time is it | [{"action": "execute_command", "params": {"command": "date '+%A %B %d, %Y %I:%M %p %Z'"}, "description": "Current date/time"}] | |
bisi@justiguide.com
3:27 PM (1 minute ago)
to me
This is a test email from BC BIZO. | [{"action": "chat_response", "params": {"message": "Received the test email from BC BIZO."}, "description": "Reply"}] | |
[CONTEXT: Current domain = chat]
Can you check why I’m getting failed error when things succeed? | [{"action": "chat_response", "params": {"message": "It sounds like there might be a discrepancy between the actual outcome and what's being reported. Could you provide more details about the specific task or process that is failing, along with any error messages you're seeing?"}, "description": "Reply"}] | |
[CONTEXT: Current domain = chat]
Want to make sure our error messages are better - so that I can rely on what you are communicating to me. | [{"action": "chat_response", "params": {"message": "To improve error messages, we need to ensure they are clear, concise, and provide enough information for debugging or resolution. We should include the nature of the error, potential causes, and steps to fix it if possible."}, "description": "Reply with guidance on im... | |
[CONTEXT: Current domain = chat]
Can you run that in cursor | [{"action": "cursor_command", "params": {"action": "activate"}, "description": "Activate Cursor IDE"}] | |
[CONTEXT: Recently mentioned people = Bc Bizo]
[CONTEXT: Current domain = chat]
Copy me. Keep track of follow ups | [{"action": "memory_store", "params": {"text": "Bc Bizo has requested to keep track of follow-ups", "tags": "follow-up"}, "description": "Store the request to keep track of follow-ups"}] | |
Send me a sample investor outreach and then let’s send to tier one investors except for unshackled | [{"action": "investor_outreach", "params": {"action": "draft", "template": "cold_outreach", "investor_name": "Sample Investor"}, "description": "Draft a cold outreach email to a sample investor"}, {"action": "investor_outreach", "params": {"action": "send", "template": "cold_outreach", "investor_name": "Tier One Invest... | |
[CONTEXT: Current domain = chat]
We need to find their emails and add to spreadsheet | [{"action": "chat_response", "params": {"message": "To proceed, we need more specific details about where the emails are located (e.g., a website URL, an email list file, etc.) and which Google Sheet to update."}, "description": "Request for more information"}] | |
[CONTEXT: Current domain = chat]
Restart backend | [{"action": "kill_process", "params": {"name": "backend"}, "description": "Kill the running backend process"}, {"action": "execute_command", "params": {"command": "npm start", "cwd": "/Users/bisiobateru/my-ai-ide/backend"}, "description": "Start the backend in the background"}] | |
show my investor pipeline | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a specific command like 'run npm test' or 'show git status'."}, "description": "Planning failed"}] | |
add investor@example.com to the sheet | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a specific command like 'run npm test' or 'show git status'."}, "description": "Planning failed"}] | |
email all investors | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a specific command like 'run npm test' or 'show git status'."}, "description": "Planning failed"}] | |
show my investor pipeline | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a specific command like 'run npm test' or 'show git status'."}, "description": "Planning failed"}] | |
show my investor pipeline | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a specific command like 'run npm test' or 'show git status'."}, "description": "Planning failed"}] | |
show my investor pipeline | [{"action": "chat_response", "params": {"message": "I couldn't plan actions for that request. Try rephrasing or use a specific command like 'run npm test' or 'show git status'."}, "description": "Planning failed"}] | |
show my investor pipeline | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "Show the current investor pipeline"}] | |
show my investor pipeline | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "Show all investors and their status"}] | |
email all investors | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "Check the investor pipeline to see who needs emails and who has been emailed."}, {"action": "chat_response", "params": {"message": "Please review the pipeline. Once confirmed, I will proceed with sending cold outreach emails to all inves... | |
show my investor pipeline | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "Show all investors and their status"}] | |
email all investors | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "Check the pipeline to see who needs emails."}, {"action": "chat_response", "params": {"message": "Please review the pipeline and confirm if you want to send cold outreach emails to all investors with emails that have not yet been emailed... | |
add emails to the investor sheet | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "See who needs emails, who was emailed"}] | |
add investor@example.com and vc@nfx.com to the investor pipeline | [{"action": "investor_outreach", "params": {"action": "add_emails", "investor_emails": [{"fund": "Investor", "email": "investor@example.com"}, {"fund": "NFX", "email": "vc@nfx.com"}]}, "description": "Add investor emails to the pipeline"}] | |
add these emails to the spreadsheet: investor@example.com, vc@nfx.com | [{"action": "investor_outreach", "params": {"action": "add_emails", "investor_emails": [{"fund": "Investor", "email": "investor@example.com"}, {"fund": "NFX", "email": "vc@nfx.com"}]}, "description": "Add emails to the spreadsheet"}] | |
Read /Users/bisiobateru/Development/JustiGuideAI 2/data/contacts/sunday-service-contacts-2026-01-19T16-16-57-644Z.json, extract the first 5 contacts with email and company, and add them to the investor spreadsheet | [{"action": "read_file", "params": {"path": "/Users/bisiobateru/Development/JustiGuideAI 2/data/contacts/sunday-service-contacts-2026-01-19T16-16-57-644Z.json"}, "description": "Read the JSON file containing contacts"}, {"action": "chat_response", "params": {"message": "Please provide the extracted data to add to the i... | |
show my investor pipeline | [{"action": "investor_outreach", "params": {"action": "pipeline"}, "description": "Show the current investor pipeline"}] |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 5