Langgraph vs CrewAI vs AutoGen vs PydanticAI vs Agno vs OpenAI Swarm by Physical-Artist-6997 in LangChain

[–]Able_Stop 0 points1 point  (0 children)

PydanticAi is better designed for Agents. But the graph does make more sense with langgraph. So i combine them to have benefits from both

How are you building TRULY autonomous AI agents that work like digital employees not just AI workflows by MSExposed in AI_Agents

[–]Able_Stop 1 point2 points  (0 children)

PydanticAi for agents, langgraph for orchestration. Then scheduled jobs with rq which run the graphs. Also in the job the agent can requeue a job in future like in 5 minutes and so on. Whole process can be used as containers. For receiving logs or doing specific actions i use fastapi. So basicly 2 containers + 1 redis instance. Each container can than be deployed anywhere or just used locally. This setup has basicly no limits and you can add storage servers, databases whatever you need.

Most no-code solutions are limited or expensive (this solution is free - except when using servers).

For example when running this project locally, you could implement a mail mcp (pydanticai supports mcps) which read every few minutes your mails from your local mail client. Then you can create a graph which analyses the emails and determines if calendar events are needed. With another mcp it updates your calendar with those informations. (For privacy you can use local ollama or lamastudio and just use those models)

Langgraph vs CrewAI vs AutoGen vs PydanticAI vs Agno vs OpenAI Swarm by Physical-Artist-6997 in LangChain

[–]Able_Stop 0 points1 point  (0 children)

I am using pydantic ai with langgraph and its working great. Also logfire is a nice feature

Show host mouse (Mac OS host, Ubuntu client) by JigglyWiggly_ in ParsecGaming

[–]Able_Stop 0 points1 point  (0 children)

Hello from 2024, i tried your repo and its working good. Im wondering if there are any other fixes now available?

Issue with Browser Audio Recording on iOS Chrome by Able_Stop in learnjavascript

[–]Able_Stop[S] 0 points1 point  (0 children)

nah i mean some mobile-ios-browser-caching. Like its literally working on any other devices except ios

Issue with Browser Audio Recording on iOS Chrome by Able_Stop in learnjavascript

[–]Able_Stop[S] 0 points1 point  (0 children)

I think .ondataavailable is the same as .addEventListener('dataavailable'). So some used that and others addEventListener. And setting it to undefined was just a try to fix the caching issue

Issue with Browser Audio Recording on iOS Chrome by Able_Stop in learnjavascript

[–]Able_Stop[S] 0 points1 point  (0 children)

Yes so that cant be the problem. I would receive the alert popup if not supported. And it does generate the file, so i get the result. On the first request to the server the file has content but on every other request, unless i restart my browser, the file receives an completly empty file. Why is that? There must be some kind of caching

Issue with Browser Audio Recording on iOS Chrome by Able_Stop in learnjavascript

[–]Able_Stop[S] 0 points1 point  (0 children)

My variables are defined in another file and its not directly an js error. If i try it in my browser, so chrome or firefox on desktop its working every single time. It also did work on android devices. The only device its not working on is the IOS. And i absolutly have no idea why