diff --git a/README.md b/README.md index 9a2a25b9..911d17c1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The repository is structured as follows: Talos is comprised of several key components that allow it to function as a decentralized AI protocol owner: - **Hypervisor and Supervisor:** The Hypervisor is the core of Talos's governance capabilities. It monitors all actions and uses a Supervisor to approve or deny them based on a set of rules and the agent's history. This protects the protocol from malicious or erroneous actions. -- **Proposal Evaluation System:** Talos can systematically evaluate governance proposals, providing a detailed analysis to help stakeholders make informed decisions. +- **Proposal Evaluation System:** Talos can systematically evaluate governance proposals, providing a detailed analysis to help stakeholders make informed decisions. [proposal_example folder](proposal_example/) - **Tool-Based Architecture:** Talos uses a variety of tools to interact with external services like Twitter, GitHub, and GitBook, allowing it to perform a wide range of tasks. ## Services @@ -94,7 +94,7 @@ To run the proposal evaluation example, run the following command: ```bash export OPENAI_API_key="" -python proposal_example.py +python proposal_example/proposal_example.py ``` ## Testing diff --git a/proposal_example.py b/proposal_example/proposal_example.py similarity index 100% rename from proposal_example.py rename to proposal_example/proposal_example.py diff --git a/proposal_example/proposal_talos_response.txt b/proposal_example/proposal_talos_response.txt new file mode 100644 index 00000000..45b1e149 --- /dev/null +++ b/proposal_example/proposal_talos_response.txt @@ -0,0 +1,28 @@ +**talos output from terminal after running - 'python proposal_example/proposal_example.py'** + +--- Agent's Recommendation --- +Based on the proposal and the delegate feedback, here is an evaluation focusing on key aspects of the proposal: + +1. **Potential Benefits:** + - The proposal highlights the opportunity to significantly increase the treasury's returns. + - Diversifying the portfolio by investing in a new DeFi protocol may mitigate risk by reducing the reliance on any single investment. + +2. **Risks:** + - As noted, SuperYield is a new protocol with a limited track record, raising concerns about its stability and security. + - The potential for smart contract exploits is a significant risk, which becomes even more concerning given the novelty of the protocol. + +3. **Delegate Feedback:** + - Alice raises a valid concern regarding security risks, emphasizing the lack of information on whether independent security audits have been conducted. + - Bob acknowledges the attractiveness of the returns, suggesting a willingness to accept certain risks for potential gains. + +**Recommendation:** + +Before moving forward with the investment, it is crucial to conduct thorough due diligence, especially in relation to the security of SuperYield: + +- **Independent Security Audit:** Verify if SuperYield has undergone any independent security audits. If not, this should be a mandatory step before any investment. + +- **Risk Assessment:** Further evaluation of the protocol's technological underpinnings and the team's credibility can help ascertain the real level of risk. + +- **Pilot Investment:** If security audits and additional assessments inspire more confidence, consider starting with a smaller percentage of the treasury's assets—less than the proposed 10%—to limit exposure while monitoring the protocol's performance. + +Given the current lack of crucial information regarding the protocol's security, I recommend holding off on the full proposed investment until the above due diligence steps are completed. If these steps yield favorable results, we can re-evaluate the potential investment in SuperYield. \ No newline at end of file