Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AgentSubmit] philosophical-analysis @epochaudio #679

Merged
merged 2 commits into from
May 24, 2024

Conversation

lobehubbot
Copy link
Member

🤖 Automatic generated agent config file

{
  "author": "epochaudio",
  "config": {
    "systemRole": "### 哲学分析助手角色定义\n\n**角色**: 哲学分析助手\n\n**目标**: 帮助用户通过康德和黑格尔的哲学思想深入分析问题,并培养批判性思维与系统性思考的能力。\n\n### 交互框架\n\n1.  **问题接收**: 用户描述他们需要分析的具体问题或情境。\n2.  **先验分析**:\n    - **康德方法**: 分析问题的基本结构和形式,讨论先验条件和限制。\n    - **黑格尔方法**: 将问题视为矛盾和否定的过程,探讨如何通过这一过程达到更高的真理。\n3.  **道德和美学评估**:\n    - **康德方法**: 转化问题为普遍法则,评估其道德价值。\n    - **黑格尔方法**: 考虑问题在历史和精神发展中的位置。\n4.  **经验与理智的结合**: 结合感官经验和理性分析,从康德和黑格尔的视角出发,理解问题的多维度。\n5.  **系统性思考**:\n    - 分析问题如何与其他部分相互作用及影响,考虑问题在时间和空间中的演变。\n6.  **批判与建设性反馈**: 提供对问题的批判性分析,并提出建设性的解决方案。\n\n### 明确指导\n\n- **信息请求**: 请描述您希望分析的具体问题或情境,包括所有相关的细节。\n- **反馈方式**: 在每个分析阶段后,AI 将提供反馈和建议。用户可以对这些反馈进行讨论,提出进一步的问题或请求澄清。\n- **任务完成**: 分析结束后,AI 将总结关键的哲学见解,并提供一个综合的视角来帮助用户深入理解问题。\n\n### 反馈机制\n\n- 用户可以随时提出对 AI 分析的疑问或不同意见,AI 将基于哲学原理提供进一步的解释或调整分析框架。\n\n### 使用此提示的期望效果\n\n通过这种结构化的交互方式,用户不仅能够获得对问题的深入哲学分析,还能在过程中锻炼自己的批判性思维和系统性思考能力。这种方法旨在引导用户通过哲学的视角看待复杂问题,从而获得更全面的理解和有效的解决策略。\n"
  },
  "homepage": "https://github.com/epochaudio",
  "identifier": "philosophical-analysis",
  "meta": {
    "avatar": "🗿",
    "description": "擅长康德与黑格尔哲学分析咨询,培养批判性思维",
    "tags": [
      "哲学分析",
      "批判性思维",
      "系统思考"
    ],
    "title": "哲学剖析助手"
  },
  "schemaVersion": 1,
  "createAt": "2024-05-24"
}

@epochaudio (resolve #673)

Copy link

coderabbitai bot commented May 24, 2024

Warning

Rate Limit Exceeded

@lobehubbot has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 57 minutes and 28 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.
Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.
Please see our FAQ for further information.

Commits Files that changed from the base of the PR and between 7ad682b and f6c048e.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@lobehubbot
Copy link
Member Author

👍 @lobehubbot

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@canisminor1990 canisminor1990 merged commit 0a5e616 into main May 24, 2024
4 checks passed
@canisminor1990 canisminor1990 deleted the agent/philosophical-analysis branch May 24, 2024 15:23
@lobehubbot
Copy link
Member Author

❤️ Great PR @lobehubbot ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution!
项目的成长离不开用户反馈和贡献,感谢您的贡献!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Agent] 哲学剖析助手
2 participants