context
3
ctx:discord/blah/general/3Source document
full textgeneral-3
text/plain3 KB
doc:agent/general-3/a63efef5-9bb3-4629-8e8b-25a184a87f26[2025-03-16 03:40] traves_theberge: maybe make friends with Jason lol [2025-03-16 03:40] ajaxdavis: going to code it from mah bed now [2025-03-16 03:41] traves_theberge: lol [2025-03-16 03:41] traves_theberge: Lets fucking go! the Competition is on! [2025-03-16 03:41] ajaxdavis: lol i will try make friends as i slowly rip off all his ideas/features [2025-03-16 03:42] traves_theberge: LMAO [2025-03-16 03:42] traves_theberge: teach him for making it CS [2025-03-16 03:42] ajaxdavis: don't know why i made that tool a separate cli etc refactoring the whole repo now [2025-03-16 03:43] ajaxdavis: ``` blah init blah mcp blah simulate blah flow-design ``` [2025-03-16 03:43] traves_theberge: Love it. [2025-03-16 03:43] traves_theberge: Much better [2025-03-16 03:43] traves_theberge: i like the name "simulate" [2025-03-16 03:47] ajaxdavis: ``` { "nodes": [ { "id": "start1", "type": "start", "position": { "x": 0, "y": 0 }, "data": {}, "retry": { "maxAttempts": 0, "delay": 0 }, "errorHandling": { "onError": "log" } }, { "id": "agent1", "type": "ai_agent", "position": { "x": 100, "y": 100 }, "data": { "name": "ChatGPT", "configuration": { "apiKey": "xyz", "prompt": "Say hello" } }, "retry": { "maxAttempts": 3, "delay": 5 }, "errorHandling": { "onError": "log" } }, { "id": "decision1", "type": "decision", "position": { "x": 200, "y": 100 }, "data": { "conditions": [ { "condition": "success", "target": "end1" }, { "condition": "failure", "target": "agent2" } ] }, "retry": { "maxAttempts": 0, "delay": 0 }, "errorHandling": { "onError": "log" } }, { "id": "agent2", "type": "ai_agent", "position": { "x": 300, "y": 200 }, "data": { "name": "AnotherAgent", "configuration": {} }, "retry": { "maxAttempts": 3, "delay": 5 }, "errorHandling": { "onError": "log" } }, { "id": "end1", "type": "end", "position": { "x": 300, "y": 100 }, "data": {}, "retry": { "maxAttempts": 0, "delay": 0 }, "errorHandling": { "onError": "log" } } ], "edges": [ { "source": "start1", "target": "agent1" }, { "source": "agent1", "target": "decision1" }, { "source": "decision1", "target": "end1" }, { "source": "decision1", "target": "agent2" }, { "source": "agent2", "target": "end1" } ] } ``` [2025-03-16 03:47] ajaxdavis: grok generated example config for the flows [2025-03-16 03:47] ajaxdavis: sources/targets will be toolNames in the blah space [2025-03-16 03:48] ajaxdavis: https://reactflow.dev/examples/overview is the library if you wanna take a stab at it [2025-03-16 04:42] traves_theberge: Thanks for sharing. ill add it to my link list for now. [2025-03-16 15:22] ajaxdavis: https://blah-web.vercel.app/ lol fugly
Facts in this context
Grouped by subject. Each subject links to its full article.
Ajaxdavis13 factsex:ajaxdavis
| hasActivity | coding |
| locatedAt | Bed |
| plansTo | rip off ideas/features |
| rdfs:label | ajaxdavis |
| rdf:type | User |
| said | going to code it from mah bed now |
| said | don't know why i made that tool a separate cli etc |
| said | lol i will try make friends as i slowly rip off all his ideas/features |
| said | sources/targets will be toolNames in the blah space |
| said | grok generated example config for the flows |
| sentCodeBlock | Json Config 1 |
| sentCodeBlock | Code Block 1 |
| sentMessage | Message 2025 03 16 0340 02 |