You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coreos-init-0.0.1-r66: * Package 'coreos-base/coreos-init-0.0.1-r66' NOT merged due to file
coreos-init-0.0.1-r66: * collisions. If necessary, refer to your elog messages for the whole
coreos-init-0.0.1-r66: * content of the above message.
coreos-init-0.0.1-r66: >>> Failed to install coreos-base/coreos-init-0.0.1-r66 to /mnt/host/source/src/build/images/amd64-generic/260.0.0+2014-03-18-2313-a1/rootfs/, Log file:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
follower fails to catch up the leader in 40s when reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi everyone, I have shipped Pointer CLI --- the world's first general purpose agent in your terminal. It's our first of many releases and we are looking for constructive feedbacks before we open source it.
> it's a sota agent with minimum scaffolding
> it has every tool that manus has, including web, browser, bash, editor, code, think, and more
> it's a mini Claude code that's very good at coding, sometimes even better than Cursor
> it supports MCP so you can extend its functionalities as you wish
> it supports multiple models switching like deepseek, open router, and gemini
> i built the core agent in 3 days and we are looking for "vibe" testers
You can install it through [NPM](https://www.npmjs.com/package/@pointerhq/project-pointer). And please join our [Discord](https://discord.gg/KFtqf7j9fs) for new features update dropping everyday!
In-depth technical investigation into the Manus AI agent, focusing on its architecture, tool orchestration, and autonomous capabilities.
I wrote an in-depth research prompt to conduct a GPT-Deep-Research on the Manus topic,
seeking to replicate it with currently available open source tools. This is the result:
TLDR: Manus AI Agent Report
Manus is an autonomous AI agent built as a wrapper around foundation models (primarily Claude 3.5/3.7 and Alibaba's Qwen). It operates in a cloud-based virtual computing environment with full access to tools like web browsers, shell commands, and code execution. The system's key innovation is using executable Python code as its action mechanism ("CodeAct" approach), allowing it to perform complex operations autonomously.
The architecture consists of an iterative agent loop (analyze → plan → execute → observe), with specialized modules for planning, knowledge retrieval, and memory management. Manus uses file-based memory to track progress and store information across operations. The system can be replicated using open-source components including CodeActAgent (a fine-tuned Mistral model), Docker for sandbox