why did you remove the frontmatter in the skill? also the installation guide is all over the place. I think for the installation part just put the curl there. use actual link since its external…
alright can you now post the test result using different parameters?
yes we should debug it. what are the other options other than psutil? I'd like to use something built-in, so no additional installation if possible. but if there is no such approach, well there is…
is it possible to remove the commit that contains real data? because people can see it through git log anyway
can you address my comment first? shoko/kugetsu#1 (comment)
when you are done, lets do the next step. for configuration (all providers) prioritize configurati…
always replace the actual domain and actual token with dummy domain and dummy token. make it obvious if its dummy. for example for a domain it can be example.com mail.example.com git.example.com…
for the recommended fix and prevention, can we somehow make it as a workflow so that in the future if this happens again we know and agreed how to resolve it beforehand without having to wait for…
also I found another issue. can you check this branch docs/subagent-workflow, it has a commit from this branch fix/issue-3-parallel-test. they should be isolated tho. how do we fix it? should we…
can you run the test and post here the result of the test using different parameters?
no no, there is a simpler way to install hermes agent. as you can see from their repository at https://github.com/nousresearch/hermes-agent, the simplest way to install hermes agent is just by…
for the MAX_RESPONSE_SIZE I think you should wait the PR #35 to be merged first. the rest is ok we can merge them
what is the current response size? also is this response size limit just for a single endpoint or for every endpoints? first, for global-search endpoint, I think maybe to make it safe something…
no need to add this in the skill because it will confuse the user/agent who use it. also adding overhead to track the task management in multiple places
what happen with symbols like (, ), +, -, ", etc can you create unit test cases to cover these symbols? I think testing only the q.replace functions should be sufficient. what do you think?