MCPcopy Index your code
hub / github.com/arduino/arduino-create-agent

github.com/arduino/arduino-create-agent @1.7.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.7.0 ↗ · + Follow
436 symbols 1,196 edges 76 files 294 documented · 67%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

arduino-cloud-agent

License: AGPL v3.0 Test Go status Codecov Test Integration status Check License status Check Go Dependencies status Check Go status

The Arduino Cloud Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the Arduino Cloud to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.

Architecture

+-------------------------------+
|                               |
|            Browser            |
|                               |   Web socket   +----------------------+   flashes   +---------------+
| +---------------------------+ |<-------------->|                      +------------>|               |
| |                           | |                | Arduino Cloud Agent  |             | Arduino Board |
| | Arduino Cloud             | +--------------->|                      |<------------+               |
| |                           | |   REST API     +----------------------+   serial    +---------------+
| +---------------------------+ |
+-------------------------------+

Installation

Get the latest version of the Agent for all supported platforms or complete the Getting Started.

Apple silicon support

The Arduino Agent is supported both on Intel and Apple silicon computers. This includes devices with the M1, M2 and M3 processors. The Arduino Agent is built both for Intel architectures and Apple silicon devices, but distributed as a single universal executable for macOS.

Documentation

The documentation has been moved to the wiki page. There you can find:

Contributing

Submitting an issue

When submitting a new issue please search for duplicates before creating a new one. Help us by providing useful context and information. Please attach the output of the commands running at the debug console or attach crash reports if useful.

Security

If you think you found a vulnerability or other security-related bug in this project, please read our security policy and report the bug to our Security Team 🛡️ Thank you!

e-mail contact: security@arduino.cc

Submitting a pull request

We are glad you want to contribute with code: that's the best way to help this software.

Your contribution is adding or modifying existing behaviour, please always refer to an existing issue or open a new one before contributing. We are trying to use Test Driven Development in the near future: please add one or more tests that prove that your contribution is good and is working as expected, it will help us a lot.

Be sure to use go vet and go fmt on every file before each commit: it ensures your code is properly formatted.

Also, for your contribution to be accepted, every one of your commits must be "Signed-off". This is done by committing using this command: git commit --signoff

By signing off your commits, you agree to the following agreement, also known as Developer Certificate of Origin: it assures everyone that the code you're submitting is yours or that you have rights to submit it.

Authors and acknowledgment

arduino-cloud-agent is a fork of @johnlauer's serial-port-json-server (which we really want to thank for his kindness and great work)

The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)

License

Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Extension points exported contracts — how you extend this code

Bufferflow (Interface)
Bufferflow interface [3 implementers]
bufferflow.go
Service (Interface)
The tools service manages the available and installed tools [3 implementers]
gen/tools/service.go
Locater (Interface)
Locater can return the location of a tool in the system [2 implementers]
upload/utils.go
Logger (Interface)
Logger is an interface implemented by most loggers (like logrus) [1 implementers]
upload/utils.go

Core symbols most depended-on inside this repo

Close
called by 29
bufferflow.go
Run
called by 15
serial.go
GetDataDir
called by 12
config/config.go
MustParseRsaPublicKey
called by 10
utilities/utilities.go
UserPrompt
called by 10
utilities/utilities.go
Remove
called by 10
gen/tools/service.go
Info
called by 10
upload/utils.go
spErr
called by 9
serial.go

Shape

Function 261
Method 112
Struct 54
TypeAlias 5
Interface 4

Languages

Go93%
Python7%

Modules by API surface

gen/tools/service.go21 symbols
tests/test_ws.py18 symbols
serial.go18 symbols
gen/http/tools/server/server.go18 symbols
v2/pkgs/tools.go15 symbols
gen/http/tools/client/types.go14 symbols
gen/http/tools/client/encode_decode.go13 symbols
gen/http/tools/server/types.go12 symbols
conn.go12 symbols
serialport.go11 symbols
systray/systray_real.go10 symbols
main.go10 symbols

For agents

$ claude mcp add arduino-create-agent \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact