James Brown
James Brown
As the demo from [Devin](https://cognition.notaku.site/introducing-devin) has shown, its agent is capable of interacting with real terminal while other open source ones such as [OpenDevin](https://github.com/OpenDevin/OpenDevin/issues/3031) unable to. Hereby I made some...
Server: ```bash # working docker run -it --rm -v /dev/net/tun:/dev/net/tun --sysctl net.ipv6.conf.default.disable_ipv6=0 --add-host host.docker.internal:host-gateway --cap-add NET_ADMIN --name tun2proxy tun2proxy --proxy socks5://host.docker.internal:7930 --dns-addr 1.1.1.1 --dns virtual # not working docker run...
b站最新更新了这两个接口 需要传入upload_id 具体参数抓包获取 分区推荐 POST: https://member.bilibili.com/x/vupre/web/archive/types/predict 标签推荐 GET(可能有延迟 需要请求两次 因为第一次标签数量较少): https://member.bilibili.com/x/vupre/web/tag/recommend
**Is your feature request related to a problem? Please describe.** These two scripts have no confirmation and it is like having `rm -rf /*` over the user's fingertips. **Describe the...
I expect this library to add cursor precisely into given terminal location by using the following syntax: ```bash aha --cursor=, ``` This feature is expected to be useful for various...
I have developed a general purpose terminal interaction environment for AI agents such as [OpenDevin](https://github.com/OpenDevin/OpenDevin/issues/3031) and [OpenInterpreter](https://github.com/OpenInterpreter/open-interpreter/issues/1390). Here are few things it can do. You can see the position of...
### Motivation Many llama.cpp users are requesting this so far. Ollama is one of the interfaces of llama.cpp and it is quite popular. Implementing it will significantly accelerate InterVL adoption...
Black Myth: Wukong is the first independent AAA game made by a Chinese company, Game Science, and is quite popular. Writing adaptors for it will surely bring much more attention...
I have made one such [project](https://github.com/James4Ever0/computer_control_agent_knowledge_base) for this task. It is quite impressive and versatile. It has the following functionalities: - Crawl Github README files, papers, links, webpages - Store...
Operate systems initially only provide text-only terminal interfaces, before GUI appears. Terminal is less resource intensive, more lightweight therefore can scale more easily than GUI. Besides, most LLMs are text-only....