Conversation
| MIT License - Build something meaningful. | ||
|
|
||
| --- | ||
| Apache-2.0 No newline at end of file |
There was a problem hiding this comment.
🔴 README license changed to Apache-2.0 but actual LICENSE file and package.json say MIT
The README now states the license is Apache-2.0, but the repository's LICENSE file contains the full MIT License text ("MIT License Copyright (c) 2025 Cloudflare, Inc.") and packages/agents/package.json declares "license": "MIT". This creates a contradictory and misleading license declaration that could cause legal confusion for users and contributors.
| Apache-2.0 | |
| MIT |
Was this helpful? React with 👍 or 👎 to provide feedback.
| | Package | Description | | ||
| | --- | --- | | ||
| | [agents](./packages/agents) | Core Agents SDK | | ||
| | [agents-ui](./packages/agents-ui) | UI components for Agents | |
There was a problem hiding this comment.
🟡 README links to non-existent packages/agents-ui directory
The packages table references [agents-ui](./packages/agents-ui), but this directory does not exist. The actual contents of packages/ are: agents, ai-chat, codemode, and hono-agents. This results in a broken link in the README.
Prompt for agents
The packages table in README.md references packages/agents-ui which does not exist. The actual packages in the repo are: agents, ai-chat, codemode, and hono-agents. Either remove the agents-ui row or replace it with the correct package(s). Consider listing all real packages in the table.
Was this helpful? React with 👍 or 👎 to provide feedback.
| - Documentation improvements | ||
| - Bug fixes | ||
| - Feature suggestions | ||
| Read [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. |
There was a problem hiding this comment.
🟡 README links to non-existent CONTRIBUTING.md file
The Contributing section tells users to Read [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines, but no CONTRIBUTING.md file exists in the repository. This results in a broken link.
Prompt for agents
README.md references a CONTRIBUTING.md file that does not exist in the repository. Either create a CONTRIBUTING.md file with contribution guidelines, or replace this section with inline contributing instructions (similar to what the old README had).
Was this helpful? React with 👍 or 👎 to provide feedback.
Added a section to the README highlighting the Orchid team and their contributions to this project.