Results 9 comments of git5001

From Android Pie (or so) HTTP request are blocked by default on Android. The Standard Notes android app can now not work easily with a self hosted server (since you...

Admittedly you have a point about the security. However, I don't think one should wave the issue away too easily. Getting a (Lets encrypt) certificate behind a firewall and setup...

Yes, I am familiar with DNS-01. But this just changes the problem from "_impossible_" to "_quite_ _difficult_" :-) You need to: - Have a public webhost with proper public name...

I posted some information on the "standard notes mobile app" issue page on this topic [https://github.com/standardnotes/mobile/issues/316](https://github.com/standardnotes/mobile/issues/316) In short: Latest android versions don't allow http (probably also self signed) access unless...

Have a look at issue #73 https://github.com/BrainBlend-AI/atomic-agents/issues/73 , this is a pipeline (agent connect) diagram with or without data types. Example images are attached there.

I changed the things a bit to make it more flexible and messed the repo up. Did not think anybody needs it right now and wanted to start over. I...

Ok I uploaded again what is already working. Changes are - Better connect handling between agents in pipeline textMakerAgent2.connectTo(debugAgent1) or sinkAgent1.connectTo(emailAgent, transform_summaries_to_email) - Better scheduler with support for loading and...

I made another update which further improves the connection between agents. It works quite well now. Have a look at [https://github.com/git5001/ConnectorAgents](https://github.com/git5001/ConnectorAgents). Feel free to use any code you need or...

I played a bit more with various agent pipelines, e.g. a deep research one which works not so bad actually. But while doing so I wondered whether one should make...