birdup000 / ADHD-TaskManagementPanel

A panel to help with focusing :D
https://adhdpanel.vercel.app
MIT License
6 stars 0 forks source link

AGiXT Breakdown steps process for creating task lists #18

Open birdup000 opened 2 months ago

birdup000 commented 2 months ago
{
    "steps": [
        {
            "step": 2,
            "agent_name": "gpt4free",
            "prompt_type": "Prompt",
            "prompt": {
                "prompt_name": "Break into steps",
                "introduction": "{STEP1}",
                "websearch": true,
                "websearch_depth": 3,
                "context_results": 5
            }
        }
    ]
}
birdup000 commented 2 months ago

All necessary function ideas to add in the break-down task chain

birdup000 commented 2 months ago

Since the Agent can get the wrong idea on what todo since there are a bunch of ways to do different tasks have this chain include notes from the task panel so it has context on what exactly you were trying to do with possible software and also insight on better understanding what to breakdown.

birdup000 commented 2 months ago

I need to make a parser to basically be like ok AGiXT create the nodes and connect each node for me for this task and also allow AGiXT functions to create task lists for the task etc... for the network diagram

birdup000 commented 2 months ago

This would need to be compatible with both the task list side and the map side to work in the same entries.