JSPM

@dingjia3/code-agent

0.1.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q39021F
    • License MIT

    Code Agent - LLM-based agent for software engineering tasks

    Package Exports

    • @dingjia3/code-agent
    • @dingjia3/code-agent/dist/cli.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dingjia3/code-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    #agent

    如何使用

    • agent.config.json.sample 重命名为 agent.config.json
    • 修改 agent.config.json 中的apiKey为自己的deepseek apiKey

    运行agent

    npm i
    npm run build
    npm link
    
    cd 代码项目目录
    
    code-agent interactive
    # or
    code-agent run "输入你的问题"