HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cofob_

no profile record

投稿

[untitled]

1 ポイント·投稿者 cofob_·昨年·0 コメント

コメント

cofob_
·11 か月前·議論
Cool!

How are messages counted? For example, in Cursor, one request is 25 tool calls. Does 100 messages in a subscription here mean 100 tool calls or 100 requests each with 25 tool calls?

When it comes to privacy, there are also some questions. It says that requests can only be used for debugging purposes, but it later mentions a license for using the requests to improve the platform, which can mean that you can use it not only for debugging purposes.
cofob_
·昨年·議論
I implemented something similar a couple months ago, but the principle was based on inspecting the code of the calling party.

https://github.com/cofob/autogenlib
cofob_
·昨年·議論
https://github.com/cofob/autogenlib/blob/e21405af47fe4c90af3...

The library uses python dirty tricks, in this case using call stack, where the library looks for code from the user, gets the name of the file and reads it.