Dev tools must be opensourced thats why I build this
1–5 of 5 posts
Re: Dev tools must be opensourced thats why I build this
#2Re: Dev tools must be opensourced thats why I build this
#3Interesting, would be curious what your main uses cases for the tool are? Where does it solve a need that other tools cannot serve currently? On another note: Crazy how fast we can set up repos like this using AI these days
Re: Dev tools must be opensourced thats why I build this
#4Interesting, would be curious what your main uses cases for the tool are? Where does it solve a need that other tools cannot serve currently? On another note: Crazy how fast we can set up repos like this using AI these days
My main use case is for example in my market inteligence system, there are multiple agents, they scrap, they curate, they enrich but my output was missing big part of informations and i saw in logs that i scraped a lot of data but on the output there was almost nothing, so i needed to go inside the system to see what each agent exactly hand off, what tools did agents used and i found 2 things. First was that one agen…
Re: Dev tools must be opensourced thats why I build this
#5Earlier quoted context omitted.
My main use case is for example in my market inteligence system, there are multiple agents, they scrap, they curate, they enrich but my output was missing big part of informations and i saw in logs that i scraped a lot of data but on the output there was almost nothing, so i needed to go inside the system to see what each agent exactly hand off, what tools did agents used and i found 2 things. First was that one agen…
How about OpenAI's agent SDK, do they provide what you envision? They say: "OpenAI's SDK offers built-in tracing that logs agent interactions, tool calls, and handoffs"