HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jskalc92

no profile record

Submissions

LiveVue v1.0

livevue.skalecki.dev
5 points·by jskalc92·6개월 전·1 comments

LiveVue 1.0: Making Phoenix and Vue Best Friends

skalecki.dev
14 points·by jskalc92·6개월 전·1 comments

comments

jskalc92
·6개월 전·discuss
Hey, Jakub here, author of LiveVue. Feel free to ask me any questions!
jskalc92
·11개월 전·discuss
I think the most common implementation of "subagents" doesn't get full context of a conversation, rather just an AI-generated command.

Here task is fullfilled with the full context so far, and then compressed. Might work better IMO.
jskalc92
·작년·discuss
If I understand it correctly, tools and agents run() method works in a similar way to react hooks, correct?

Depending on execution order, tool is either called or a cached value returned. That way local state can be replayed, and that's why "no side effects" rule is in place.

I like it. Just, what's the recommended way to have a chat assistant agent with multiple tools? Message history would need to be passed to the very top-level agent.run call, isn't it?