Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 5
permissions:
pull-requests: write
if: github.event.pull_request.user.login == 'enechange-renovate[bot]'
if: github.event.pull_request.user.login == 'iwamot-renovate[bot]'
steps:
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ The MIT License (MIT)

Copyright (c) Slack Technologies, LLC
Copyright (c) 2024 ENECHANGE Ltd.
Copyright (c) 2026 Takashi Iwamoto

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@

> [!WARNING]
> **MAINTENANCE MODE**
>
> Active development has moved to [enechange/collmbo](https://github.com/enechange/collmbo)
>
> For v8.0.0 and later versions:
>
> ```sh
> docker pull ghcr.io/enechange/collmbo:latest
> ```
>
> Previous versions (v7.0.0 and earlier) remain available at:
>
> ```sh
> docker pull ghcr.io/iwamot/collmbo:v7.0.0
> ```

---

# Collmbo

[![CI](https://github.com/enechange/collmbo/actions/workflows/ci.yml/badge.svg)](https://github.com/enechange/collmbo/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/enechange/collmbo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/enechange/collmbo)
[![CI](https://github.com/iwamot/collmbo/actions/workflows/ci.yml/badge.svg)](https://github.com/iwamot/collmbo/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/iwamot/collmbo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/iwamot/collmbo)

![Collmbo icon](https://github.com/user-attachments/assets/b13da1c7-5d2f-4ad3-8c5b-9ef4e500deb8)

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This software is provided "as is" without warranty. Security issues will be addr

Please report security vulnerabilities through GitHub's Security Advisory "Report a Vulnerability" feature.

https://github.com/enechange/collmbo/security/advisories/new
https://github.com/iwamot/collmbo/security/advisories/new
2 changes: 1 addition & 1 deletion docs/features/custom-callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OPENAI_API_KEY=sk-...
LLM_MODEL=gpt-5.2
LITELLM_CALLBACK_MODULE_NAME=examples.callback_handler

$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/iwamot/collmbo:latest
```

> ![Custom callbacks example](https://github.com/user-attachments/assets/38a83ac9-1429-46ad-bd6c-95e1d6aac247)
2 changes: 1 addition & 1 deletion docs/features/image-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OPENAI_API_KEY=sk-...
LLM_MODEL=gpt-5.2
IMAGE_INPUT_ENABLED=true

$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest
```

> ![Image input example](https://github.com/user-attachments/assets/41e11441-230e-41db-8cae-efe5fd9dd426)
2 changes: 1 addition & 1 deletion docs/features/mcp-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ LLM_MODEL=gpt-5.2
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...

$ docker run -it --env-file ./env -v ./config:/app/config ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env -v ./config:/app/config ghcr.io/iwamot/collmbo:latest
```

`workload_name` will be used as a name for [AgentCore Identity workload](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/creating-agent-identities.html).
2 changes: 1 addition & 1 deletion docs/features/pdf-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OPENAI_API_KEY=sk-...
LLM_MODEL=bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0
PDF_INPUT_ENABLED=true

$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest
```

> ![PDF input example](https://github.com/user-attachments/assets/181a5400-3d6c-4daf-aa64-7d7cdd4cfaee)
2 changes: 1 addition & 1 deletion docs/features/prompt-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ANTHROPIC_API_KEY=sk-ant-...
LLM_MODEL=claude-3-7-sonnet-20250219
PROMPT_CACHING_ENABLED=true

$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest
```

When enabled, cache breakpoints will automatically be added to **the two most recent user messages** when the total context size is 1,024 tokens or more. This may help reduce API costs.
Expand Down
2 changes: 1 addition & 1 deletion docs/features/redaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REDACT_USER_DEFINED_PATTERN=\bsensitive string\b
# Here, logging is enabled to check the effect of redaction
LITELLM_CALLBACK_MODULE_NAME=examples.callback_handler

$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/iwamot/collmbo:latest
```

Sensitive strings in the message will be masked before being sent to the model.
Expand Down
2 changes: 1 addition & 1 deletion docs/features/slack-friendly-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OPENAI_API_KEY=sk-...
LLM_MODEL=gpt-5.2
SLACK_FORMATTING_ENABLED=true

$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest
```

> ![Slack formatting example](https://github.com/user-attachments/assets/6d73ed53-2849-4370-acb3-62694c05f86f)
2 changes: 1 addition & 1 deletion docs/features/tools-function-calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OPENAI_API_KEY=sk-...
LLM_MODEL=gpt-5.2
TOOLS_MODULE_NAME=examples.tools

$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/enechange/collmbo:latest
$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/iwamot/collmbo:latest
```

> ![Tools example](https://github.com/user-attachments/assets/d48a44fd-56fa-43c7-a0de-567ba03088b5)
Loading