arcade-mcp/arcade
Sam Partee e7ccbe0efa
Dockerfiles for Actor container (#18)
#### Summary
This PR introduces key updates to the Arcade AI codebase, focusing on
improving the CLI tool, refining the Docker build process, and enhancing
documentation within the Gmail toolkit.

#### Key Changes:
1. **Docker Build**:
- Added the `--no-cache` option to the `docker-build` target in the
Makefile to ensure fresh builds, preventing issues related to cached
layers.

2. **CLI Tool**:
- Introduced a new optional `prompt` parameter in the `chat` command,
allowing users to customize the system role's prompt. A default prompt
is now provided if none is specified.

3. **Gmail Toolkit**:
- Updated the `write_draft` function with improved docstrings for
clearer guidance and maintainability.

#### Impact:
- **Developer Workflow**: Improved Docker reliability and enhanced CLI
flexibility.
- **User Experience**: More customizable interactions in the CLI and
better documentation in the Gmail toolkit.

Please review and provide feedback.
2024-08-22 16:28:42 -07:00
..
arcade Retryable errors (#20) 2024-08-22 16:17:15 -07:00
docs Introduce arcade run and arcade chat Commands (#15) 2024-08-19 16:17:38 -07:00
tests GitHub toolkit (#16) 2024-08-21 19:22:46 -07:00
codecov.yaml Tool SDK, Schemas (#2) 2024-07-14 23:37:46 -07:00
Makefile Dockerfiles for Actor container (#18) 2024-08-22 16:28:42 -07:00
mkdocs.yml Tool SDK, Schemas (#2) 2024-07-14 23:37:46 -07:00
poetry.toml Dockerfiles for Actor container (#18) 2024-08-22 16:28:42 -07:00
pyproject.toml Introduce arcade run and arcade chat Commands (#15) 2024-08-19 16:17:38 -07:00
tox.ini CI pipeline (#4) 2024-07-16 17:36:32 -07:00