Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c42e36c
Add Feedjolt catalog yaml and lettermark.
mllopart Sep 2, 2026
c67f4bf
Register Feedjolt as a BYOK catalog provider.
mllopart Sep 2, 2026
134c582
Register Feedjolt as a BYOK catalog provider.
mllopart Sep 2, 2026
a847be1
Register Feedjolt as a BYOK catalog provider.
mllopart Sep 2, 2026
cd646ca
Register Feedjolt as a BYOK catalog provider.
mllopart Sep 2, 2026
d217240
Register Feedjolt on REGISTRY via a side-module (file too large for o…
mllopart Sep 2, 2026
ec6e5d5
use official Feedjolt mark for catalog logo
mllopart Sep 2, 2026
defa2d2
fix own_account roadmap/changelog summaries that said Public
mllopart Sep 2, 2026
2e74854
remove unused Feedjolt key-provider registry (REST does not accept AP…
mllopart Sep 2, 2026
7f0aac2
drop Feedjolt oauth_feedjolt side-effect import
mllopart Sep 2, 2026
dac1e85
cut Feedjolt catalog to 6 public portal GETs
mllopart Sep 2, 2026
32deaf1
drop feedjolt from key-provider tests (public listing, no key)
mllopart Sep 2, 2026
fd40c90
restore key-provider tests; keep feedjolt out of the key list
mllopart Sep 2, 2026
88d99bb
feedjolt: drop leftover key registry after public-only cut
mllopart Sep 2, 2026
21ac429
feedjolt: drop leftover key registry after public-only cut
mllopart Sep 2, 2026
fc7809e
feedjolt: drop leftover key registry after public-only cut
mllopart Sep 2, 2026
10166d2
feedjolt: drop leftover key registry after public-only cut
mllopart Sep 2, 2026
d0f5996
feedjolt: drop leftover key registry after public-only cut
mllopart Sep 2, 2026
18b9bb4
feedjolt: drop leftover key registry after public-only cut
mllopart Sep 2, 2026
32bdef8
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
11ab272
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
a25c89a
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
3314251
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
496f0fc
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
d4b8120
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
2979452
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
beb4eb4
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
ca08841
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
69da975
feedjolt: restore own_account GETs now that REST dual-auth is live
mllopart Sep 2, 2026
66709b5
feedjolt: stamp live 2xx, own_account examples to luodaint
mllopart Sep 3, 2026
5f0bf0f
Merge branch 'main' into add-feedjolt-vendor
mllopart Sep 3, 2026
c7d8589
Merge branch 'main' into add-feedjolt-vendor
mllopart Sep 3, 2026
af3b247
feedjolt: note OAuth 2.1 as main agent auth; REST listing still uses …
mllopart Sep 3, 2026
74cb17a
Merge branch 'main' into add-feedjolt-vendor
mllopart Sep 3, 2026
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: 2 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ services:
sync: false
- key: TREG_PLATFORM_KEY_HUNTER
sync: false
- key: TREG_PLATFORM_KEY_FEEDJOLT # plan-included; BYOK until a per-call rate card exists
sync: false
- key: TREG_PLATFORM_KEY_LEADMAGIC
sync: false
- key: TREG_PLATFORM_KEY_LUSHA
Expand Down
3 changes: 3 additions & 0 deletions src/treg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""tools-registry — a credential-injecting proxy + skill registry."""

__version__ = "0.0.1"

# Side-effect import: registers Feedjolt on oauth_providers.REGISTRY.
from . import oauth_feedjolt as _oauth_feedjolt # noqa: F401
Loading