Giter VIP home page Giter VIP logo

aiharmonize's Introduction

Hi there 👋

😄I'm new to the open source community。

Dragonchu's GitHub stats

Top Langs

aiharmonize's People

Contributors

dragonchu avatar zhaobinglei avatar

Stargazers

 avatar

Watchers

 avatar

aiharmonize's Issues

完成架构师生成执行计划的函数

https://github.com/AIHarmonizeTeam/AIHarmonize/blob/9a9e65818f1cea107374349b0fbe716ec9d6925a/src/aiharmonize/manage.py#L127
目前架构师生成执行计划的函数是一个朴素的输出函数,接下来需要使用LLM,以修改后的函数功能点(user_decide)和之前上传的文件作为输入进行合成。

  1. 结果需要是一系列明确的修改指令,(输入,输出,函数名称,函数描述,对该函数的修改操作)
  2. 结果需要保存到知识库中

生成功能点的输出应该简化且友好

image
现在的输出过于复杂了,我觉得使用LLM,输入和输出都应该是简单自然语言,即使工具导致输出是非自然语言的文本格式,也可以交给AI再转化为自然语言。
但是自然语言不意味着非结构化,prompt的使用可以用来格式化、标准化LLM的输出。
功能点的输出可以定义为:
{项目名称}-{代码文件名}-{功能}
而{功能}应该定义为{这个函数的输入为{输入},输出为{输出},函数的作用{作用}}
{作用}字数应该限制在100字符内。

搭建共享知识库

LLM中的结果需要保存到共享知识库中,以供迭代中使用。
考虑到Demo,可以暂时存储在本地文件中,需要规划一下文件格式。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.