Vorepo Agents Framework
=======================

This project is adapted from the open-source "agents" framework by
Polymarket (https://github.com/Polymarket/agents), licensed under the
MIT License, Copyright (c) 2024 Polymarket.

What we kept (concept/architecture, re-implemented for Vorepo):
  - The modular agent architecture (client / trader / strategies /
    connectors / CLI separation)
  - The paper-trading-behind-a-ToS-notice safety pattern
  - The "one decision cycle" agent loop concept

What we replaced (this is NOT Polymarket code):
  - Polymarket Gamma API client  ->  Vorepo public API client
  - Polygon/web3 on-chain trading ->  removed entirely (Vorepo settles
    via a simple REST API; no blockchain wallet keys, no eip712)
  - NewsAPI connector            ->  GitHub Trending + Hacker News
  - Prediction-market data models ->  GitHub repository momentum models

The original Polymarket MIT copyright notice is preserved in LICENSE
as required by the MIT License.

Vorepo Agents Framework is itself MIT licensed. You are free to use,
modify, and redistribute it. It ships in PAPER (simulated) mode only;
wiring it to a funded account is the user's responsibility and subject
to Vorepo's Terms of Service.
